Open hfhbd opened 2 years ago
It could be implemented.
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.
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?