Write between folded headings

Hello everyone,

It would be great to have the possibility to write as regular text between two headings.

Currently, when you write the words “xxx” under a folded H1, the “xxx” text will be automatically treated as a child of H1 and put under the folded H1.

It would be very useful to be able to write normal text, that you don’t want to fold, in between headings. It is a necessary feature to insert break lines between headings and add some clarity to your document.

I saw a few topics about this in the forum but not under the feature requests label. Sorry if I missed a similar topic though.

Fred

I don’t understand what you want

Here is an example to make it clearer :

===

h2

text1 // collapsible under h2

text2 // ideally not collapsible under h2

another h2

===

I would like to be able to write a “text2” that is not collapsible under the heading.

The most important use case is to insert break lines in the text2 section, so that when you collapse all the headings, instead of this :

==
##h2
##h2
##h2

you can have this :

==
##h2

##h2

##h2

==

to have a better presentation of your whole page.

Hope I was clear :sweat_smile:

Thanks all

This is not going to happen. Those lines even if blank logically belong to the header above and there is no reason for them not to be collapsed in it.

I suggest you look into css and specifically increase the top margin of headings.
You’ll get the same effect of adding space before a heading without the weirdness that comes from not folding the preceding lines.

1 Like

Right, I will try that, thank you