treymo / joplin-link-graph

UI for viewing connections between different Joplin notes
MIT License
254 stars 11 forks source link

Optionally limit the note search by degree of separation #22

Closed joesfer closed 3 years ago

joesfer commented 3 years ago

The note graph grows unwieldy with large number of notes, many of which are unrelated to the current selection and clutter the view.

This patch proposes a notion of context to the query, by adding an optional limit to the degree of separation from the active note. The previous behaviour of the plugin is preserved by defining a max degree of 0 to mean "retrieve all notes".

treymo commented 3 years ago

This is great Jose! Thanks so much for your contribution!