vscode-interactive-graphviz
vscode-interactive-graphviz copied to clipboard
Interactive Graphviz Dot Preview for Visual Studio Code
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...
 This is an example dot that causes the error, it contains 5000 nodes. [large_graph.zip](https://github.com/tintinweb/vscode-interactive-graphviz/files/13808043/large_graph.zip)
One of two errors occurs: null function or function signature mismatch, or cannot preview because it can't find the file Just as a suggestion, the installation is barely explained in...
For example, vscode-interactive-graphviz doesn't seem to pick up the following stylesheet ``` digraph { stylesheet = "/Users/zizhengwu/Downloads/graphviz-style.css" } ```
Hi, First of all thanks for the great extension! As a suggestion, when highlighting more than one node with the "single" setting, it would be great if the edges directly...
Hi, On preview, would it be possible for objects having hyperlinks such as "/mydir/myfile#42" to open the related file/line in source code? Thank you!
How to disable (or substantially delay) the auto rendering and only render on save or when the "refresh" button is clicked? I tried increasing various delay and interval settings, but...
Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) from 0.4.23 to 0.5.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @lvivski...
I am using ssh remote to open a folder on my server. and draw a dot graph on that server. is there a way to transfer the rendered image to...