I'm migrating from another editor where I had a PlantUML preview plugin.
I wonder if it would be too much to ask for one here.
PlantUML preview
-
main Alexey
- Posts: 2706
- Joined: 25.08.2021 18:15
Re: PlantUML preview
To do this I need some library which can convert PlantUML to HTML or pucture.
I looked at PyPI.org for 'plantUML'....
ah, found: "plantuml" lib there.
It can connect to www server which converts diagram to PNG image.
It can help, but I don't have the power now to write the plugin.
I looked at PyPI.org for 'plantUML'....
ah, found: "plantuml" lib there.
It can connect to www server which converts diagram to PNG image.
It can help, but I don't have the power now to write the plugin.
-
main Alexey
- Posts: 2706
- Joined: 25.08.2021 18:15
Re: PlantUML preview
Pls try to make the plugin yourself, base it on some ready plugin, e.g. Markdown_Preview. I don't have java (needed for plantuml) and Graphviz (needed too, as it seems), I don't know plantuml, I don't know how to test all this converting.