EFLS / zetteldeft

A Zettelkasten system! Or rather, some functions on top of the emacs deft package.
https://efls.github.io/zetteldeft
GNU General Public License v3.0
393 stars 42 forks source link

graph function with tags #47

Closed AtomicNess123 closed 4 years ago

AtomicNess123 commented 4 years ago

Hi, Can the graphs be generated only for links or also for tags? My notes contain tags but not links. Thank you,

EFLS commented 4 years ago

Not sure what you mean by this. How would you generate a graph if there are no links between notes? Which lines would need to be drawn between notes?

AtomicNess123 commented 4 years ago

I was meaning, all notes that have the same #tag, would be linked together (bidirectionally). Does this make sense?

EFLS commented 4 years ago

That would lead to a very cluttered graph, I don't think it would be that useful. But I'm open to PRs if someone can make it work.

AtomicNess123 commented 4 years ago

That's true. Still, it would be interesting to see like a cloud if not a graph, of all the notes by tag. At least it would be nice to have it as a visualization option.

EFLS commented 4 years ago

Agreed, but not really feasible with graphviz I'm afraid. It's not high on my list of priorities, but I hope to come up with a new (perhaps interactive?) way of visualizing notes and their interconnections at some point in the future.

I'm closing this for now. If you want to start a discussion on alternative ways to visualize, feel free to open a new, specific issue.