d2673d5326a07b84884f782271369e0c516f720e
* master: (25 commits) chore(deps-dev): bump typescript from 4.4.2 to 4.4.3 chore(deps-dev): bump svelte from 3.42.4 to 3.42.5 chore(deps): bump js-base64 from 3.6.2 to 3.7.0 chore(deps): bump node from 16.8.0 to 16.9.0 Skip beta deploy [ImgBot] Optimize images Dont allow lookbehind in regexp Fix no lookbehinds in comments chore(deps-dev): bump tailwindcss from 2.2.11 to 2.2.15 chore(deps-dev): bump eslint-plugin-svelte3 from 3.2.0 to 3.2.1 chore(deps-dev): bump prettier from 2.3.2 to 2.4.0 Test deploy on PRs Fix manifest issue Update node Add back Highlighting. #340 chore(deps-dev): bump @typescript-eslint/eslint-plugin chore(deps-dev): bump @typescript-eslint/parser from 4.30.0 to 4.31.0 chore(deps): bump js-base64 from 3.6.1 to 3.6.2 chore(deps-dev): bump tailwindcss from 2.2.9 to 2.2.11 chore(deps): bump node from 14.17.0 to 16.8.0 ...
Contributors are welcome!
If you want to speed up the progress for mermaid-live-editor, join the slack channel and contact knsv.
mermaid-live-editor
Edit, preview and share mermaid charts/diagrams.
Features
- Edit and preview flowcharts, sequence diagrams, gantt diagrams in real time.
- Save the result as a svg
- Get a link to a viewer of the diagram so that you can share it with others.
- Get a link to edit the diagram so that someone else can tweak it and send a new link back
Live demo
You can try out a live version here.
Docker
docker run --publish 8000:80 ghcr.io/mermaid-js/mermaid-live-editor
Then open http://localhost:8000
Setup
Volta is used for managing node and yarn versions.
This project is set up using Yarn:
yarn install
Development
yarn dev -- --open
This app is created with Svelte Kit.
Release
When a PR is created targeting master, it will be built and deployed as a beta in http://mermaid-js.github.io/mermaid-live-editor/beta
Once the PR is merged, it will automatically be released.
Languages
TypeScript
50%
Svelte
45.1%
JavaScript
2.3%
CSS
1.5%
HTML
0.4%
Other
0.7%