jaime-olivares / vscode-yuml

yUML extension for Visual Studio Code
MIT License
116 stars 26 forks source link

Allow to save diagrams as an image #72

Closed gMemiy closed 3 years ago

gMemiy commented 3 years ago

When you ready to share diagram with someone who have no this extention or vscode, you need to save the diagram somehow.

aduh95 commented 3 years ago

Duplicate of https://github.com/jaime-olivares/vscode-yuml/issues/49?

TLDR is you need to add // {generate:true} in your YUML file.

gMemiy commented 3 years ago

Sorry. I didn't read other already closed requests with the same questions: https://github.com/jaime-olivares/vscode-yuml/issues/49

{generate:true} option fully solved my question. Thank you for convenient tool =)

gMemiy commented 3 years ago

Duplicate of #49?

Yes, it is. Thank you! My bad. I ask before reading others topics.