joethei / obsidian-plantuml

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

add control of how picture aligns in the context #35

Open Lucid-A opened 1 year ago

Lucid-A commented 1 year ago

Is your feature request related to a problem? Please describe.

When the server return the rendered pictures, it's aligned to the left by default. But in most circumstance, I'd like the picture aligned to the middle, maybe it's because the picture is displayed in the code block rather than context?

Describe the solution you'd like

I wonder if we can have control of where picture aligns by adding left/middle/right tags somewhere or in configs. Thanks a lot!

Describe alternatives you've considered

Additional context