esteinberg / plantuml4idea

Intellij IDEA plugin for PlantUML
Apache License 2.0
633 stars 113 forks source link

Save all diagrams inside a folder #364

Open hfhbd opened 2 years ago

hfhbd commented 2 years ago

I have a folder containing all plantuml files in IntelliJ. At the moment, I have to open a .puml file and right-click the rendered diagram to save it as png. Is there any possibility to execute this step for all plantuml files in a specific folder?

krasa commented 2 years ago

It could be implemented.

hfhbd commented 2 years ago

Thanks. My use-case is embedding these generated pngs in another document (latex), but instead generating the files manually with intellij (and maybe forgetting it), I wrote a simple gradle plugin instead that uses the plantuml class (Pipe) directly, and works with a CI too: https://github.com/hfhbd/latex-plantuml-gradle-plugin.

So feel free to close this issue.