You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a re-opening of the Collapsible detail areas ticket that was opened before the local/cloud split. So seeing as it's the exact same thing, I'll copy and paste it here.
Current behavior
This is not a bug. Well, I don't think so, anyway.
I can''t remember if it was like this in the previous version, so if it wasn't, then just ignore my ramblings.
What I'm rambling on about is the collapsible details area you find on the Discouse forums, and since it uses Markdown as well, I thought Implementing it would be swell.
Expected behavior
Typing an expanded details section should work. AFAIK it's:
[detail="a heading"]
Some hidden text.
[/detail]
Currently, I use the HTML <details> tag to accomplish this, but it feels...wrong...I don't know how else to describe it. Like it shouldn't have to be this way.
Steps to reproduce
Use
[detail="a heading"]
Text
[/detail]
Environment
Manjaro Linux. Not sure it's applicable, or necessary for this, but there it is anyway.
Boost Note.next-local version: 0.21.1
OS version and name: Manjaro Linux 21.1.0
The text was updated successfully, but these errors were encountered:
thanks for reopening, I'll investigate this and create a boost note local roadmap 2021/2022 soon, we can go from there and see how hard/useful this is to add.
This is a re-opening of the Collapsible detail areas ticket that was opened before the local/cloud split. So seeing as it's the exact same thing, I'll copy and paste it here.
Current behavior
This is not a bug. Well, I don't think so, anyway.
I can''t remember if it was like this in the previous version, so if it wasn't, then just ignore my ramblings.
What I'm rambling on about is the collapsible details area you find on the Discouse forums, and since it uses Markdown as well, I thought Implementing it would be swell.
Expected behavior
Typing an expanded details section should work. AFAIK it's:
[detail="a heading"]
Some hidden text.
[/detail]
Currently, I use the HTML
<details>
tag to accomplish this, but it feels...wrong...I don't know how else to describe it. Like it shouldn't have to be this way.Steps to reproduce
Use
[detail="a heading"]
Text
[/detail]
Environment
Manjaro Linux. Not sure it's applicable, or necessary for this, but there it is anyway.
The text was updated successfully, but these errors were encountered: