Minimalistic editor for mermaid diagrams
https://denolia.github.io/mermaid-editor/
Single-page, no-npm, no-server cross-platform editor for mermaid documents.
If you like Mermaid and want a simple WYSIWYG editor for it or if you are concerned about editing NDA-protected data in online editors, this app is for you.
This html page will be running locally on your machine and will not send any data to external servers.
Alternatively, it can be hosted on a server in your organization. Moreover, this editor can work fully offline after downloading mermaid.min.js on your machine and changing the link to the local path in index.html:6.
- Import .mmd file
- Edit mermaid code
- Instant preview of the result
- Export to .svg
- Export to .mmd
Want to run it on your machine?
- Download
index.html - Open it in browser
- Enjoy!
Online-version: https://denolia.github.io/mermaid-editor/
Feel free to request enhancements or report bugs here: https://github.com/denolia/mermaid-editor/issues/new
If you can make this app better, please submit a PR.