obsidian-graphviz icon indicating copy to clipboard operation
obsidian-graphviz copied to clipboard

Graphviz plugin for obsidian md.

Results 15 obsidian-graphviz issues
Sort by recently updated
recently updated
newest added

Apparently, there's an extra comma character `,` added into the command issued via the `dot` command within MacOS. The error reads: ``` "dot -Tpng,/var/folders/to/temporary/text/file" failed, Error: spawn dot ENOENT ```...

It would be nice if you would pass the current obsidian theme (background color, text color, etc.) into graphviz so that the generated images will integrate nicely into obsidian. I...

Hi @QAMichaelPeng Per our [developer policies](https://docs.obsidian.md/Developer+policies), please ensure that your plugin's name does not include the word "Obsidian". In addition, the plugin name should not include the word "Plugin", as...

From the description it seems that only dot can be used. Is that correct? [Layout Engines | Graphviz](https://graphviz.org/docs/layouts/ "Layout Engines | Graphviz")

It would be nice to be able to import existing .dot-Files like other images using the `![A graph](some.dot)`-Syntax. This way we could render dot-graphs, even if they were generated from...

"/usr/bin/dot -Tpng,/run/user/1000/snap.obsidian/tmp-22262-UjL2HCdRHDQr" failed, Error: spawn /usr/bin/dot ENOENT Also get this if just using dot. Running latest Obsidian snap on Ubuntu 18.04. If I run dot on that file from the...

Thanks for the plugin, I would like to use `graphviz` but `dot` for the code block. It has no effect if the change the option. ![image](https://user-images.githubusercontent.com/12937401/159872216-7ec3c22f-2c81-43a4-a7b5-91e50bd20d94.png) Thanks.

I have about 15 graphs in my note and some of them don't render ![Screenshot_20230310_195314](https://user-images.githubusercontent.com/34401005/224388477-77d4f576-f7e8-4863-af8c-9cfd2824574d.png) When I open and close the code block they render again normally for some time,...

Hi, Thank you so much for this great plugin. Unfortunately, it is not currently supported on iPad devices (an information message pops up stating iPad is not supported for this...

The kind of graph ("digraph") and the name of the graph become CSS classes in the web underlayer, so one's CSS snippets could be used to style graph images.