mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[GH-ISSUE #474] Support for Note/Attention/etc containers #230
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#230
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pseigler on GitHub (May 12, 2020).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/474
Originally assigned to: @Komediruzecki on GitHub.
Current behavior
The original Boostnote desktop client would allow containers using
The current build of Boost Note.next renders the same markdown as -
Expected behavior
The container would render as follows -
Environment
Desktop
BTW
The Boost Note legacy client is the best markdown editor out there. I'm really excited to start using the .next version. I know there's work still to be done, but hoping most of the markdown features, like the ability to create containers, comes with .next. Awesome job everyone!!
@arcturus140 commented on GitHub (May 12, 2020):
Note that docarys/markdown-it-admonition#6 does not support nested admonitions. Maybe https://github.com/nebrelbug/react-admonitions is a good alternative - it does support nested admonitions, as well.
It uses the following format:
I don't know if it can be integrated to be used with markdown so it uses the format
@SinclairHudson commented on GitHub (May 17, 2020):
+1
@myicq commented on GitHub (Aug 24, 2020):
This type of markdown is one of the reasons I started using Boostnote. Sad to see that this markup, along with others, has now gone. Kind of reminds me of Skype: newer, better, smarter (but all good features gone). Hope for the best to come.
@chayac commented on GitHub (Sep 16, 2020):
+1 on this. I started using Boostnote because I wanted to take advantage of features like this, so I hope they will return in the new version!
@AlejandroRodarte commented on GitHub (Dec 7, 2020):
Another +1. I frequently use admonition boxes and definition lists in my notes, hoping they return in the future so I can fully migrate to the new version.
Thank you for your hard work!
@Komediruzecki commented on GitHub (Jan 3, 2021):
I'll close this as this is resolved with #727.
For admonitions, please use new tag syntax: triple colon operator (":::" ) instead of triple exclamation mark ("!!!") with appropriate keyword, one of: 'note', 'tip', 'warning 'caution', 'info'. Examples can be seen in PR description.
@AlejandroRodarte commented on GitHub (Jan 13, 2021):
Outstanding. Will be looking forward to this recent addition.
Thanks to all the team behind this project!
@chayac commented on GitHub (Jan 17, 2021):
Awesome, super excited for this! Excited to try it out. Thanks!