bigbug

Results 29 comments of bigbug

File saving and communication with main extension (needed especially for file saving) now works.

Problem: Zoom on Image -> Change render engine -> zoom again There is a blip the zoom

DataSelector is implemented:

Search does not work properly at the moment

Release is blocked due to bug in VSCode [https://github.com/microsoft/vscode-webview-ui-toolkit/issues/377](https://github.com/microsoft/vscode-webview-ui-toolkit/issues/377)

Notebook communication with extension host established. Configuration gets passed down to the notebook renderer. The renderer now has to consume it properly.

Maybe a markdown renderer can be used for this. See: [https://github.com/geeklearningio/graphviz-markdown-preview](https://github.com/geeklearningio/graphviz-markdown-preview)

Provide notebook renderer. Possible mime types could be a "application/graphviz". Maybe it would also be good to provide an arbitrary "application/json" renderer, which can visualise any array (the source and...

The extension does not use `dot` but d3-graphviz. D3-Graphviz already supports images in the API: [https://github.com/magjac/d3-graphviz#images](https://github.com/magjac/d3-graphviz#images). However, since VS Code shields file system access it's not that easy to bring...

Maybe use a special styled comment for this so a graph stays compatible to standard GraphViz.