Mermaid Preview
Route: /mermaid-preview
Author and preview Mermaid diagrams with live rendering.
Features
- Live preview — diagrams render as you type.
- Many diagram types — flowcharts, sequence diagrams, class diagrams, state diagrams, Gantt charts, and more.
- Import / export — load and save
.mmd,.mermaid, and.txtfiles. - Copy to clipboard — grab the diagram source.
- Character and line counts.
- Syntax error detection with clear messages.
Using it
-
Open Mermaid Preview from the sidebar.
-
Write Mermaid syntax in the editor, for example:
flowchart LRA[Start] --> B{Decision}B -->|Yes| C[Do it]B -->|No| D[Skip it] -
The rendered diagram updates live; fix any reported syntax errors.