Support for editing PNGs with embedded drawio Diagrams
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!
vscode CustomEditor only support text file now. but i can support svg file.
Btw. I implemented a png editor for draw.io using the proposed VS Code APIs. You can find the source code here.
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
See here.
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 😉