It would be useful to be able to collapse paragraphs. I don't find any plugin to do that and that is why I'm suggesting this.
Ideally it would follow the note theme and just to hide or to show the paragraphs below.
It would be useful to be able to collapse paragraphs. I don't find any plugin to do that and that is why I'm suggesting this.
Ideally it would follow the note theme and just to hide or to show the paragraphs below.
In the markdown editor you can use the <details>
html tag but the collapsing will only work in the rendered html.
like this?
aaa
bbb
python
you can have these collapsible blocks in Joplin markdown editor/viewer.
<details>
bra
bra
bra
</details>
Can you show how you did that?
It's been on the unofficial wish-list for a long time. And just having it for markup is not really useful unless you use markup most of the time.
For me, too, it's only minimally helpful because I don't use markup much. However, in a pinch, I can see myself using it using the above as a template. And I appreciate learning a little more about how markup works.