KnowledgeGarden / lite-net-3

lite-net as a web app with authentication and privacy; simplest-possible note taking app for network and non-linear thinking.
Apache License 2.0
12 stars 0 forks source link

Consider increasing topic graph radius from 1 to 2 #15

Closed KnowledgeGarden closed 4 years ago

KnowledgeGarden commented 4 years ago

This means recursing one time on each topic to add topics and edges: this is a social network size = 2 rather than 1. It also means that, while the graph will become more complete, it will be much more crowded and busy.

KnowledgeGarden commented 4 years ago

Accidental duplicate