> > Here's how to remove a prefixes while leaving non-matching tiddlers > untouched: > > [removeprefix[theprefix]] [!prefix[theprefix]] > > The first operator selects the input tiddlers that have the prefix, and > removes it. > > The second operator adds to the selection the input tiddlers that do not > have the prefix. >
Hello Jeremy. I expected the second filter to only select the tiddlers within the subselection of the first part of the filter. My filter is selecting all the tiddlers that does not have that prefix otherwhise. The problem is that I'm using variables and I'm not sure how to close the filter [tag<currentTiddler>removeprefix<prefix>] [!prefix<prefix>] -- 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

