Moodle Plugins directory: Mermaid | Moodle.org

Mermaid
Filters ::: filter_mermaid
Maintained by
Lukas Otero--Meledo
Plugin filter to create Mermaid diagrams from text ([Mermaid](http://mermaid.js.org/) format).
Latest release:
2 sites
24 downloads
1 fans
Current versions available: 1
Plugin Filter Mermaid
Plugin filter to create Mermaid diagrams from text (Mermaid format).
It uses Mermaid tool made by Knut Sveidqvist.
Complete syntax is available at http://mermaid.js.org/.
This plugin is distributed under GNU GPL v3 license.
Use:
[mermaid]
sequenceDiagram
Alice ->> Bob: Hello Bob, how are you?
Bob-->>John: How about you John?
Bob--x Alice: I am good thanks!
Bob-x John: I am good thanks!
Note right of John: Bob thinks a long<br/>long time, so long<br/>that the text does<br/>not fit on a row.
Bob-->Alice: Checking with John...
Alice->John: Yes... John, how are you?
[/mermaid]
Attribution:
Thanks to Erwan Gallenne and his DBconcept filter for the inspiration.
Useful links
Contributors
Lukas Otero--Meledo (Lead maintainer)
Please login to view contributors details and/or to contact them
Comments