vscode-drawio icon indicating copy to clipboard operation
vscode-drawio copied to clipboard

Support for editing PNGs with embedded drawio Diagrams

Open hediet opened this issue 5 years ago • 5 comments

Hi there, I really like your extension!

Drawio can export a diagram as png while embedding the drawio content.

It would be cool if such png files could be edited with your extension too!

hediet avatar May 04 '20 13:05 hediet

vscode CustomEditor only support text file now. but i can support svg file.

eightHundreds avatar May 06 '20 06:05 eightHundreds

Btw. I implemented a png editor for draw.io using the proposed VS Code APIs. You can find the source code here.

hediet avatar May 09 '20 20:05 hediet

Btw. I implemented a png editor for draw.io using the proposed VS Code APIs. You can find the source code here.

vscode extension marketplace not allow publishing extensions that use proposed APIs

eightHundreds avatar May 10 '20 12:05 eightHundreds

See here.

hediet avatar Jan 08 '21 11:01 hediet

Btw, thanks for mentioning my extension in your readme! 🙂

A lot of people are still using your extension in VS Code though (and some of them then open issues on my repo :D). Maybe it would make sense to put up some deprecation notice in the VS Code marketplace? Afaik you can deprecate extensions. Of course that is entirely up to you 😉

hediet avatar Jan 08 '21 11:01 hediet