search function: searching for "#a" not "#abcd..."
Howdy, Stranger!
Categories
- 3K All Categories
- 152 Research & Reading
- 692 The Zettelkasten Method
- 7 Knowledge Work
- 100 Writing
- 464 Software & Gadgets
- 154 Workflows
- 730 The Archive
- 15 Plug-In Showcase
- 88 Resolved Issues
- 225 Projects Logs and Journals
- 83 Project: Zettelkasten.de
- 53 Critique my Zettel
- 171 Random
- 373 Introduce Yourselves!
Comments
I’ve solved this with double hashes for that kind of tags. ##h for my “hub notes” (which is what I guess many of you are referring to as “structured notes”) and ##p for “production” (which is notes where I gather thoughts and links to other notes when I start working on a specific article and before I move the writing into my word processor).
good idea, thanks a lot!
@Michael You could try a phrase search
"#o "(note the space and the quotation marks!), but that won't match "#o" at the end of a line. You could replace all your#o's at line ends withsed 's/#o\\n/#o \\n/g'or similar, though.Author at Zettelkasten.de • https://christiantietze.de/
Another option is to just tag them with
#outlineor#ol. Do you have so many outline notes that tagging them with more than one letter is a big effort?The Archive is an interesting case in software minimalism, where the limitations of the tool force you to adopt conventions that (1) work pretty much as well as if the tool had the feature you want, and (2) end up allowing your archive to function with many different tools. This prevents feature creep in The Archive and allows you to easily switch to another tool if necessary (for example, if you also access your archive on a non-Mac platform.
In this case, The Archive doesn't support a rich search syntax, but the functionality you're looking for can be had by using a different tagging convention.
This isn't to say that The Archive shouldn't support more sophisticated searching in the future, just that that feature isn't needed to get what you want here.