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.
Completed
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.