Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optionally limit the note search by degree of separation #22

Merged
merged 1 commit into from
Feb 19, 2021

Conversation

joesfer
Copy link
Contributor

@joesfer joesfer commented Feb 13, 2021

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".

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 treymo merged commit 034975f into treymo:master Feb 19, 2021
@treymo
Copy link
Owner

treymo commented Feb 19, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants