Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nopeslide/drawio_mermaid_plugin
Mermaid plugin for drawio desktop
https://github.com/nopeslide/drawio_mermaid_plugin
Last synced: 12 days ago
JSON representation
Mermaid plugin for drawio desktop
- Host: GitHub
- URL: https://github.com/nopeslide/drawio_mermaid_plugin
- Owner: nopeslide
- License: gpl-3.0
- Created: 2020-02-01T17:47:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-06T21:38:29.000Z (over 1 year ago)
- Last Synced: 2024-08-01T19:38:30.982Z (3 months ago)
- Language: JavaScript
- Size: 3.22 MB
- Stars: 172
- Watchers: 7
- Forks: 21
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# Draw.io Mermaid Plugin
This draw.io plugins integrates the mermaid diagram generator.
Mermaid supports:
* Pie charts
* Sequence diagrams
* Gantt diagrams
* State diagrams
* Flow charts
* Class diagramsvia a simple markup language.
## Overview
* Example diagrams
![](/doc/overview.png)## Online Demo
[Online Demo](https://nopeslide.github.io/drawio/?p=mermaid)## Usage
* double click on a shape and edit the mermaid script, the shape will be redrawn after leaving the editor
![](/doc/demo.gif)
## Properties
* All mermaid configuration options are reflected as draw.io shape properties.![](/doc/properties.gif)
## Draw.io Desktop
See
[drawio_desktop/README.md](./drawio_desktop/README.md)
for the draw.io desktop plugin.## Vscode
See
[vscode/README.md](./vscode/README.md)
for the vscode extension.