timofurrer / pandoc-plantuml-filter

Pandoc filter for PlantUML code blocks
https://pypi.org/project/pandoc-plantuml-filter
MIT License
104 stars 26 forks source link

Changing images output directory #9

Open gaetanww opened 5 years ago

gaetanww commented 5 years ago

Thank you for your work on this filter for plantUML, it's the only one that worked for me!

Is it possible to change the output directory for the images, right now it plantuml-images, could it be changed to an arbitrary directory?

Felixoid commented 4 years ago

Hello @gaetanww, maybe #12 solves your problem somehow? It won't change default one plantuml-images, but now you can create symlinks whenever you want.

gaetanww commented 4 years ago

Hello @Felixoid. Thank you for the suggestion, that would be a potential workaround. Not sure if it would be enough as a solution to this problem.

I recemtly realised one problem with this is that we can't give command line arguments to a pandoc filter. Maybe the solution would be a default folder and a config file. Not sure if the author of this crate would like to go that way.