Not sure if this plugin is being updated, but its still alive here:
https://souk21.github.io/TW-commandpalette/
https://groups.google.com/g/tiddlywiki/c/09Ful62YG1g

I'm trying to use a custom filter for the search results of this plugin. 
Specifically I am using Streams and want to exclude all non-root tiddlers 
from the normal search.

For example TiddlyWiki's sidebar search uses the following filter by 
default: [!is[system]search:title<userInput>sort[title]limit[250]], which I 
have changed to this: 
[!is[system]search:title<userInput>sort[title]limit[250]!regexp[^.*/\d{17}$]]
.

I would like to do something similar with Command Palette but I'm 
struggling to figure it out. Any users of this plugin out there who know 
how to do this?

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/cb3a0252-d754-456d-9193-bc95da7be2f6n%40googlegroups.com.

Reply via email to