this post was submitted on 21 Jun 2025
107 points (85.4% liked)
Programming
22107 readers
197 users here now
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
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
@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.