philiphendry / ExcalidrawInVisualStudio

A basic integration of Excalidraw diagramming tool in a Visual Studio extension.
MIT License
1 stars 0 forks source link

Add persistence of png/svg file alongside the .excalidraw file #21

Open philiphendry opened 3 weeks ago

philiphendry commented 3 weeks ago

It's useful to have the excalidraw file in formats that are consumable from other systems which can't render excalidraw but can render images, for example. Off by default, the user should be able to turn this feature on and automatically have png or svg files saved alongside the .excalidraw file.

9 has already implemented a feature similar but instead the excalidraw file is embedded with a png file.