NotePlan
NotePlan
Mar 18

Stop Folding at Dividers (Horizontal Lines)

I see two good use cases: Dividers between (folded) headings should be still visible and not swallowed by the folding and a divider at the bottom with metadata should not be included in the folding. **A:** ``` ## Folded heading... --- ## Another folded heading... ``` **B:** ``` ## Some heading - Some bullets --- Meta: data ``` Additionally, the line could be indented to move the folding "stop" to another, deeper heading. But this is hard to discover and might not be compatible with other apps.
CompletedCompleted

Jun 28, 2023

It's implemented, thanks to Stacey's excellent idea. Here's how you can make horizontal lines top level and block folding: `## ---` Would make the line the same level as a heading 2, you can change the leveling as needed. Basically: A heading can be a horizontal line now. Beta shipping soon.

Jun 21, 2023

More votes for this one over on this request: https://noteplan.canny.io/general-feature-request/p/stop-fol… I very, very much want this feature to be implemented, too!