esteinberg / plantuml4idea

Intellij IDEA plugin for PlantUML
Apache License 2.0
618 stars 111 forks source link

Feature request: open PNG with embedded metadata for edit #415

Open sarg opened 4 months ago

sarg commented 4 months ago

Plantuml embeds the diagram's source code in PNG metadata. It also could be extracted using the -metadata argument to the program. It would've been nice to make the plugin support opening such PNG for edit.

krasa commented 4 months ago

Like this? obrazek

sarg commented 4 months ago

Oh, cool, it's already there. One thing to make it perfect - extract to the same directory where the PNG is. This way user would be able to overwrite the existing image by simply saving the edited source.

krasa commented 4 months ago

Sounds good.