nvim-neorg / neorg

Modernity meets insane extensibility. The future of organizing your life in Neovim.
GNU General Public License v3.0
6.36k stars 209 forks source link

Orgdown support #322

Closed crepererum closed 2 years ago

crepererum commented 2 years ago

Issues

Feature description

I'm wondering if it might be possible to support orgdown. IMHO it would be nice to have a common standard for org files, because it increases the chance that files are still usable in the future (e.g. in case neovim will be replaced by something different).

Help

No

Implementation help

No response

vhyrro commented 2 years ago

Hey! Sorry for the incredibly late response.

Supporting anything other than Neorg's format isn't quite in our scope here - just like it isn't in org-mode's scope to support markdown.

Orgdown is an interesting and respectable attempt of standardizing org, however in our eyes isn't the format to go with. Since it's derived from org it carries some of the same baggage and problems that we worked so hard on fixing in .norg.

With enough dedication from the community it may very well be possible to support other formats than .norg, but it'd be very difficult, essentially requiring a complete rewrite of many core modules in order to work.

Hope that answers your question!

crepererum commented 2 years ago

That answers my question, thank you!