michal-h21 / vim-zettel

VimWiki addon for managing notes according to Zettelkasten method
MIT License
557 stars 73 forks source link

Network graph #60

Open khanmurad opened 4 years ago

khanmurad commented 4 years ago

Take this as a feature request please. I wonder if it is possible to create a plugin etc. to draw a usable graph of the network of all notes based on the links. I saw this on the foambubble project.

michal-h21 commented 4 years ago

Related request. It would be definitely nice and it is on my TODO list.

linusboyle commented 3 years ago

IMHO, a live network graph is not easy to implement in vim. Most of the time we just want to look at a picture showing our progress, instead of using it to navigate. I think there is another way of doing this. Maybe we can generate a graphviz or even tikz source code based on the zettels?

skbolton commented 3 years ago

Two options here. One you can download obsidian right now and have a GUI over this. They use the exact same syntax for links so you immediately get what you want. Otherwise I think it makes sense to build this as a separate project that fires up a local server and serves some javascript in the browser.