joethei / obsidian-plantuml

Generate PlantUML Diagrams inside Obsidian.md
MIT License
395 stars 23 forks source link

Error in parameter list order for calling the local jar #58

Closed KemalSoysal closed 5 months ago

KemalSoysal commented 6 months ago

After option -jar the local jar file location should be provided, instead the '-Djava.awt.headless=true' is appended.

https://github.com/joethei/obsidian-plantuml/blob/89cbfc6817c8c06180fdaa21d2d67e3f14e5ceb6/src/localProcessors.ts#L194

joethei commented 6 months ago

Huh, now I am confused how this could go by undetected for so long