2020-12-02 16:39:19 +01:00
2020-06-06 10:39:02 +02:00
2020-11-05 19:58:27 +01:00
2020-10-14 18:35:49 +02:00
2019-11-13 05:20:09 -08:00
2020-01-16 10:20:16 +01:00
2020-12-02 16:32:39 +01:00
2020-11-05 19:58:27 +01:00
2019-12-01 08:31:23 +01:00
2020-11-23 16:25:05 +01:00
2020-11-05 19:58:27 +01:00

Join our Slack!

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.

Setup

This project is set up using Yarn:

yarn install

or in develop branch to use the beta version of mermaid use

yarn install --update-checksums

This together with a .npmrc file:

registry=https://registry.npmjs.com/
@mermaid-js:registry=https://npm.pkg.github.com
//npm.pkg.github.com/:_authToken="XXXXXXXXX"

Development

yarn dev
open http://localhost:8080

This app is created with Svelte + svelte-spa-router.

Release

yarn release
Description
Edit, preview and share mermaid charts/diagrams. New implementation of the live editor.
Readme MIT 144 MiB
Languages
TypeScript 54.5%
Svelte 38%
JavaScript 5.6%
HTML 0.7%
Shell 0.5%
Other 0.7%