hediet / vscode-drawio

This unofficial extension integrates Draw.io (also known as diagrams.net) into VS Code.
https://marketplace.visualstudio.com/items?itemName=hediet.vscode-drawio
GNU General Public License v3.0
9.02k stars 406 forks source link

Is it possible to add cross-software link jumping function? #297

Open clark874 opened 2 years ago

clark874 commented 2 years ago

I am new to programming, thank you very much for making the plugin. I'm using macbook and trying to place a link from Siyuan Note(a writing software) into the link location of the object, but I found that this link does not allow me to jump directly to the corresponding location in Siyuan Note by clicking on it. However, I can achieve such a cross-software jump in draw.io.app.

Link example: siyuan://blocks/20211221161555-17trand

I have also tried other drawio plugins in vscode and none of them allow such a cross-software jump by clicking on the link.

My question is: Is it possible to add such a cross-application jump function to the plugin? This would allow flowcharts or mind maps and note taking software to be linked together directly, which I believe would be a very useful feature.

Thanks!