Home
Softono

Zk Graph View

Open source MIT Python
18
Stars
1
Forks
1
Issues
0
Watchers
3 months
Last Commit

 About Zk Graph View

Interactive visualization of Zettelkasten graphs generated with zk.

Platforms

Web Self-hosted

Languages

Python

Links

Need Help Installing Zk Graph View?

We provide expert installation service for this software. Our team will install, configure, and secure Zk Graph View on your server. plans start at just $30.

Zk Graph View

View on GitHub

zk-graph-view

Visualize your Zettelkasten graph from zk as an interactive HTML network.

Watch the demo


Features

  • Set node size based on the number of connections
  • Visualize networks interactively
  • Apply tag-based coloring and filtering
  • Render directed or undirected graphs
  • Choose the color palette (optional)
  • Save the HTML output (optional)

Installation

Using pipx

pipx install zk-graph-view

or using uv:

uv tool install zk-graph-view

Using uv is recommended.

Manual

git clone https://github.com/cyberSapoPerro/zk-graph-view.git
cd zk-graph-view
pipx install -e .

Usage

Run the tool from within a zk notebook directory:

zk-graph-view

This will generate an interactive HTML visualization.

You can also use zk query options and pipe JSON output into zk-graph-view. For example:

zk graph -t a-tag --format=json | zk-graph-view

Will render a graph containing only the notes with the tag a-tag.