[[_Accueil]]
# Mermaid JS
---
Rédigé : 13-06-21
Tags : #Obsidian
Navigation : [link]
Précédé/Suivi de : [link]
---
Mermaid JS est du markdown permettant de créer des flowcharts, et ça fonctionne sur #Obsidian
```mermaid
graph TD;
A("Soleil")-->B;
A-->C;
B-->D("Lune");
C-->D;
```
---
Source: Mentionné par Bryan Jenks dans sa vidéo Youtube [# My 2020 Comprehensive Obsidian Workflow For Zettelkasten and Evergreen Notes](https://www.youtube.com/watch?v=Ewhfok91AdE)
Références :
More info here: https://mermaid-js.github.io/mermaid/#/
There’s also the live editor that you can try and get a feel of how it works: [https://mermaid-js.github.io/mermaid-live-editor](https://mermaid-js.github.io/mermaid-live-editor)
[(Youtube) Obsidian Basics: Diagrams](https://www.youtube.com/watch?v=rXhUeV5Ko7g)
---
Partage :
✅ Sylve Publique