-
Notifications
You must be signed in to change notification settings - Fork 82
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
/Project List takes a long time to gather all the project files. It's painful any time I want to do it and actually discourages me from doing the reviews.
The speed problem is that it's looking in 100% of my notes (I understand why).
Some ideas (@jgclark you will have better ones):
- It's fantastic that you can ignore certain folders and you can ignore the top most folder name in the output, but I'm wondering if maybe there should/could be a "Project Root" folder setting so that you could limit the scan to just that root folder (if set). I've organized it so my projects are all in a /Projects folder. That may or may not be the best way/place to put them, but it's working for now. Looking just in this folder would help me.
- What makes the scan slow is that it has to look in the content of each document looking for hashtags. But
DataStoreitself is not slow (it's cached). So maybe another setting could be a "Project Note Titles Must Contain" setting, and if set, it only looks in notes that have a word (e.g. "Project") in the title. That way, you could filter DataStore down to just those files before scanning contents.
Thoughts?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request