-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE REQUEST] Add to Mermaid support to current Flowcharts and Sequence Diagrams #389
Comments
I need to draw binary tree and mermaid would be very usefull for that reason |
This is why I can not cross from Atom to BoostNote. Be absolutely necessary.. |
For what is worth, you can create various diagrams using PlantUML, #1062. I just tried it out and it is the same syntax for sequence diagrams, plus more. Mermaid is way slicker if you ask me, but I am not sure adding another diagram renderer that supports less diagrams is reasonable. Some input from the core contributors would be nice. |
@sradevski Thanks. Just checked documentation for supported diagrams. Looks promising. |
Please add the support for mermaid! |
Well one reason to go with mermaid is that it's natively supported in JS, as opposed to markdown-it-plantuml which is a js port and only seems to be supported by one developer (8 stars vs 15k). The source code is very low level and hard to parse, and the tests are incomplete, but it seems like a surprisingly complete and bug free port. Newer features will have to be manually added in though. |
@enyaxu has started working. Visit this issue on Issuehunt |
@enyaxu has submitted output. Visit this issue on Issuehunt |
@kazup01 has rewarded. Visit this issue on Issuehunt |
This Markdown app http://support.typora.io/Draw-Diagrams-With-Markdown/ shows how to create Sequence Diagrams and Flowcharts in Markdown as well as another type called Mermaid. It uses the same libraries that Boostnote uses:
The 3rd type Mernaid has a JS library they use here https://knsv.github.io/mermaid/#mermaid
The reason I request Mermaid support be added as well...
if else
flowcharts which any use I would have for a chart like this would require me describingif else
type actions to show the flow of an app.loop
UI element to show a loop iteration in the diagram/flowchartThe text was updated successfully, but these errors were encountered: