Replies: 4 comments
-
You can always derive an undirected graph from a directed graph (by adding a flipped copy of each edge). So strictly speaking neuron provides both directed and undirected graph. And yes, zettels can be linked completely free; a link between two zettels is no different to a link between two webpages on the internet. Having a direction is very useful in visualizations like automatic category tree, and knowing the 'backlinks' of a zettel. But, in the future, we can use the undirected graph to render a mind map view of the zettelkasten. So, I suppose, which graph we use is a matter of how we want to visualize it:
Thoughts? |
Beta Was this translation helpful? Give feedback.
-
That makes sense, thx Also, I just discovered, that right now, neuron stores everything in files (and reads all of them initially ?) |
Beta Was this translation helpful? Give feedback.
-
Neuron will always be based on plain-text files. I'm not worried about performance. If/when the Zettelkasten grows to be huge and actually becomes a bottleneck, we would be in a better position to address the specific performance issues in various ways, such as by automatically creating an index of zettel notes. From the user point of view, their data will continue to remain nothing more than a bunch of Markdown files. |
Beta Was this translation helpful? Give feedback.
-
Moving this discussion to Zulip |
Beta Was this translation helpful? Give feedback.
-
Great project!
why only directed graphs ?
I imagine zettels to be linked completely free in any way possible.
Is this because of Zettelkasten philosophy or because of the current graph tooling in neuron ?
Beta Was this translation helpful? Give feedback.
All reactions