joethei / obsidian-plantuml

Generate PlantUML Diagrams inside Obsidian.md
MIT License
368 stars 18 forks source link

Adding Ability to export diagrams - Issue #55 #56

Closed blacktau closed 4 months ago

blacktau commented 5 months ago

Adds to the right click menu the ability to export the image. Includes a setting to be able to specify an output folder with the default being to export into the same folder as the markdown note. Export format aligns with the type specified in the code block, plantuml: png, plantuml-svg: svg, plantuml-ascii: txt Filenames are derived from the diagram title following the @startuml tag or the markdown note name combined with the current date and time