Skip to content
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

Open
atifsyedali opened this issue Jan 3, 2019 · 4 comments
Open

PlantUML Support #35

atifsyedali opened this issue Jan 3, 2019 · 4 comments

Comments

@atifsyedali
Copy link
Contributor

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.

@sinedied
Copy link
Owner

sinedied commented Jan 4, 2019

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.
To make such an integration, you would need a new API to generate the graphs server-side, that needs to communicate with the underlying graphviz binary.

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.

@sinedied
Copy link
Owner

sinedied commented Jan 4, 2019

In the meantime, you can always use http://www.gravizo.com if you have online access, that will do the job :)

@atifsyedali
Copy link
Contributor Author

Just came across this: https://github.com/mdaines/viz.js

@atifsyedali
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants