Zettelkasten-Method / zkviz

Zettel Network Visualizer
MIT License
109 stars 19 forks source link

ENH: Add option to use Graphviz to draw the network #13

Closed achabotl closed 5 years ago

achabotl commented 5 years ago

Adds a --use-graphviz flag to create and render the network using Graphviz instead of plotly. Requires that the Graphviz application be installed.

On Mac, Graphviz can be installed from homebrew with:

brew install graphviz