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

Could not create directory "plantuml-images" #22

Closed jlstanus closed 1 year ago

jlstanus commented 1 year ago

Configuration:

Tests:

pandoc presentation_roadmap_financiere.md -M date=%date% -o .\presentation_roadmap_financiere.pptx

cmd without filters works well and makes the pptx

pandoc presentation_roadmap_financiere.md -M date=%date% -o presentation_roadmap_financiere.pptx --filter pandoc-plantuml Could not create directory "plantuml-images"

cmd with filters return error

PermissionError: [WinError 5] Access is denied Error running filter pandoc-plantuml: Filter returned error status 1

jlstanus commented 1 year ago

just need to isntall python with choco in portable mode (non admin)