zkviz
zkviz copied to clipboard
Zettel Network Visualizer
Currently zkviz requires the zettel to be formatted like this: - Filename: `YYYYMMDDHHMMSS TITLE.md` - The `YYYYMMDDHHMMSS` is unique or it finds nothing, say [this case](https://github.com/Zettelkasten-Method/zkviz/issues/22) for example. It would...
I am trying to run this on both .md files and .wiki files (with the --pattern option) and even if I specify the directory, the script always returns: ``` no@x60:~/envs/zkviz/bin$...
[On the forums](https://forum.zettelkasten.de/discussion/comment/2981/#Comment_2981), Magnus asked for links of the form `§201906202320`. The pattern `PAT_LINK = re.compile(r'\§(\d+)') ` could work. Accepting wiki links would also be nice.
If the network if busy, it's really hard to do with NetworkX + Plotly. It's very easy to do with GraphViz though, at the cost of an extra installation step.
The 1.1.0 network visualization buildling uses a loop appending a tuple for each node coordinate. It's _terribly slow_. Plotly 3 lets the user pass NumPy arrays, or at least lists,...
As of 1.1.0, the Applescript in the Keyboard Maestro macro requires that both the sidebar and the notes be visible. This is a constraint of using the Accessibility API. I...
Silent mode made me wonder why it took so long or if it hang. So I added a verbose mode. - adds `-v`/`--verbose` option - adds `printProgressBar` and `log` helper...