mermaid-js / mermaid

Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown
https://mermaid.js.org
MIT License
72.62k stars 6.62k forks source link

Golang based editor #588

Closed joeblew99 closed 6 years ago

joeblew99 commented 7 years ago

Anyone know of a golang one ? Outputting svg with golang is very easy as well as pdf. It's just a matter of finding a parser to parse the mermaid markdown.

Ultimately I want to use this to allow developer to describe orchestration workflows and then codegen the Js code that executes the workflow.

The Js runs inside a JavaScript VM that is build with golang.

I know this is a Js based project but I figured it's worth asking.

tylerlong commented 6 years ago

Check this project: https://github.com/mermaidjs/mermaid.cli The idea is to run a headless browser (if golang is able to do so)