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

Filter #71

Open
agzam opened this issue Aug 18, 2021 · 2 comments
Open

Filter #71

agzam opened this issue Aug 18, 2021 · 2 comments
Labels
hacktoberfest Issues which earn you Hacktoberfest points! minor feature Feature request inline with current graphing capabilites

Comments

@agzam
Copy link

agzam commented Aug 18, 2021

How difficult would it be to add the ability to filter certain nodes based on a substring entered in a text field?

Moreover, what if that text field understood regexes? Like for example the user types something like: "Biology|Unread|Aerodynamics/r" - /r is to distinguish between vanilla and regex strings, and the UI shows all the nodes related to those topics?

@agzam agzam added the major feature Feature request which goes beyond the basic graphing capabilities label Aug 18, 2021
@tefkah tefkah added minor feature Feature request inline with current graphing capabilites and removed major feature Feature request which goes beyond the basic graphing capabilities labels Aug 18, 2021
@tefkah
Copy link
Contributor

tefkah commented Aug 18, 2021

It wouldn't be too difficult, but we want to think these filters through a bit more carefully before adding too many more of them. At the moment they are all hardcoded, but ideally we would allow for any kind of filtering (as long as org-roam allows it). Think of creation date, tags, number of links etc. Even more ideally we would have some kind of org-roam-ql which allows you to enter any kind of query, such as "show me only nodes which have this tag and are connected to a node with this other tag".

Eventually we would like to have such querying, so for the time being we probably won't add a lot of new filters, unless a lot of people request them.

@agzam
Copy link
Author

agzam commented Aug 18, 2021

I see. I am personally very excited about the idea of showing nodes that are at the intersection of different topics. A graphical backlink buffer based on multiple points, so to speak.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Issues which earn you Hacktoberfest points! minor feature Feature request inline with current graphing capabilites
Projects
None yet
Development

No branches or pull requests

2 participants