Skip to content
 
 

Latest commit

 

History

56 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  • Visualize tags as nodes (optional)
  • 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.

About

Interactive visualization of Zettelkasten graphs generated with zk.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages