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...
- It allows to do
if else flowcharts which any use I would have for a chart like this would require me describing if else type actions to show the flow of an app.
- It also has a
loop UI element to show a loop iteration in the diagram/flowchart
- It also allows to build a Gantt Chart
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 elseflowcharts which any use I would have for a chart like this would require me describingif elsetype actions to show the flow of an app.loopUI element to show a loop iteration in the diagram/flowchart