tintinweb / vscode-interactive-graphviz

Interactive Graphviz Dot Preview for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=tintinweb.graphviz-interactive-preview
GNU General Public License v3.0
143 stars 22 forks source link

Enable command URI in Webview #169

Open ArsenijeD opened 3 months ago

ArsenijeD commented 3 months ago

Enabler for navigation to specific files in editor, directly from graph. File URI is specified within href attribute of the .dot file, which extension gets as a content argument of graphviz-interactive-preview.preview.beside command.

*Please check this article for additional details.