PlantUML preview

Plugins for SynWrite and CudaText...
Post Reply
pplupo
Posts: 3
Joined: 08.09.2025 20:09

PlantUML preview

Post by pplupo »

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.
main Alexey
Posts: 2706
Joined: 25.08.2021 18:15

Re: PlantUML preview

Post by main Alexey »

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.
main Alexey
Posts: 2706
Joined: 25.08.2021 18:15

Re: PlantUML preview

Post by main Alexey »

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.
Post Reply