-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Feature request: Allow to search archived notes as well #65
Comments
Option 2 seems reasonable to me, though it is more work. It reminds me that I want to put query size (the I'm tempted to consider Option 1 but I can imagine that people would want archived notes not to show up. That said, this also strikes me as a pretty unusual use case. May I ask why you want to archive notes but also search them? Wouldn't archiving them imply you want them separated from your usual workflow (which is the rational for the current |
Agreed, I can absolutely understand that not everyone wants to see their archived notes all the time
Yes, which leads me to a third option. Have a separate query which allows to search for archived notes.
Sure! I use Bear as my "second brain", structured using PARA (Projects, Areas, Resources, Archives). When my projects are done, I move them to an "archives" tag. While that arguably solves the use case as well, I want to get them more out of sight so I'm not distracted by them. In certain scenarios, like starting new projects or needing something specific, I revisit my archive. |
Interesting. I think a special keyword rather than a wholly new type of query may be more useful as a third option. That way we wouldn't need entirely new versions of That said, assuming this page is an accurate explanation of PARA, I think I already implicitly use this system myself. The difference is that I structure all of my Projects and Archive to exist inside the Things app, which I find much more natural for organizing tasks and projects that need archiving. Conveniently, projects and tasks are automatically archived as soon as they are marked completed. I tend to see Resources and Areas as evergreen. My Resources are my notes and my Areas are my tags. I see knowledge as monotonically increasing and accumulating more can only be a good thing. These are the types of notes I store in Bear, where they live forever and are searchable using this workflow. Any note that becomes obsolete can be updated or combined with other notes, which tools like tag searching and the |
Let me start by thanking you for this workflow, it's really awesome!
In Bear, I currently use a tag called "archive" as opposed to using the archive functionality in Bear itself. As a feature request, I'd like the ability to have the workflow search archived notes as well. Personally, I can see two options:
note.ZARCHIVED = 0
from the queries to always search archived notesI'd be happy to help out and contribute :)
The text was updated successfully, but these errors were encountered: