filter only tiddler that have one tag with a specific value
85 views
Skip to first unread message
vpl
unread,
Mar 18, 2020, 5:35:29 PM3/18/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
Hi guys
I try to build a filter that matches only tiddlers that have one tag and this tag must have a specific name (in the example 'track')
I've tried using the regexp on tags with the regex quantity operator {} but that does not work .. it returns also tracks with multiple tags (one of them beeing 'track')
counting the number of tags with the count operator
Other search, contains or comparison operators
Regards
Tony
TonyM
unread,
Mar 18, 2020, 6:09:28 PM3/18/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
VPL,
A Recent test suggest this is not working with tags containing spaces.
Regards
Tony
Mark S.
unread,
Mar 18, 2020, 8:35:27 PM3/18/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
Your regular expression quantity operator doesn't work because curly brackets, angle brackets, and square brackets are reserved inside of filters. To get around this, define the search inside of variables where those bracket types are allowed. Here's an example searching for tiddler searching for tiddlers tagged with only HelloThere on TiddlyWiki.com