You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use graphviz/dot for our flowcharts. While the language is itself quite capable, the available editors are very limited. They almost all only allow to view the generated image, but we need to be able to interactively label nodes and edges.
The editor I'm right now using is dotty (only available in Graphviz 2.38 or earlier). It has a really clunkly UX being a 90's X app. But it's the only viable option.
We use graphviz/dot for our flowcharts. While the language is itself quite capable, the available editors are very limited. They almost all only allow to view the generated image, but we need to be able to interactively label nodes and edges.
The editor I'm right now using is dotty (only available in Graphviz 2.38 or earlier). It has a really clunkly UX being a 90's X app. But it's the only viable option.
Now we could actually also use mermaid, this is also supported in sphinx (https://github.com/mgaitan/sphinxcontrib-mermaid but that project is missing a maintainer...).
But the need to convert our dot files to mermaid. I've found https://github.com/monitorian/dot2mermaid. But that has a quite broken DOT parser see visjs/vis-network#505.
And there is an editor which allows to interactively edit mermaid files, see https://www.mermaidchart.com.
So for now this issue is just for documenting my findings.
The text was updated successfully, but these errors were encountered: