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
152 stars 26 forks source link

Add configuration for graphviz options like font style #118

Closed ketozhang closed 2 years ago

ketozhang commented 2 years ago

Graphviz has multiple CLI options. One that would be useful is to globally change the font:

$ dot -Nfontname="Calibri" graph.dot

I'd love to see those configurable in VSCode settings

bigbug commented 2 years ago

Currently this is not possible, since hpccWasm does not support these options. We could style it with CSS, however, this would look different after exporting. So I think this will not be implemented until the feature is supported by hpccWasm.

bigbug commented 2 years ago

Will not be done with the current setup. Changes in hpccWasm necessary.