excalidraw / excalidraw-vscode

Excalidraw for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=pomdtr.excalidraw-editor
MIT License
477 stars 60 forks source link

Support for local links #122

Open lorefnon opened 9 months ago

lorefnon commented 9 months ago

Hello, thanks for maintaining this project.

Since this extension can operate on local files, it would be nice to be able to also link to local files.

So if I have two files in a project source.excalidraw and target.excalidraw, I'd like to add some text in source.excalidraw and create a link that points to ./target.excalidraw. On clicking this link vscode would open the linked file in another tab.