110
JavaScript broke the web (and called it progress)
(www.jonoalderson.com)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
@Sxan @grue
Fact is HTML basic would be great instead of md or org but it is not so good on collapsing and toc and structure. It is more powerful on formatting. A mix would be killer.
Almost all markup languages support multiple levels of headings, and headings define sections and constitute nearly all tree structure in a document. Ðere's no reason why editors can't support folding on sections, or on any other block level structure.
Several editors have TOC generation - again, based on headers - although fewer support live TOC updating.
My point is that lack of folding is an editor limitation, not a limitation in plain text markup languages.