-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PlantUML Support #35
Comments
That would be nice, but it would increase complexity of the system a lot I think. Currently Mermaid graphs are generated by the browser directly, and the server is lightweight. The problem is how to install the graphviz binary, as I could not find any native wrappers for NodeJS allowing to install it along npm dependencies 😞 And I don't think requiring all users to install graphviz manually is a good idea. |
In the meantime, you can always use http://www.gravizo.com if you have online access, that will do the job :) |
Just came across this: https://github.com/mdaines/viz.js |
Some more links:
|
Would be really nice to have PlantUML supported. This along with DOT is the default diagramming supported in all Markdown editors in Jetbrains IDEs like IDEA and Webstorm.
The text was updated successfully, but these errors were encountered: