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
I think the last filter you posted might be your best option in 5.1.21
It is ugly but it works.
You could store the list in a variable.
Michael Wiktowy
unread,
Jan 19, 2021, 9:04:11 AM1/19/21
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
Does {{{[enlist[111-hide 222-hide 333-hide 444]split[-hide]!is[blank]]}}} do what you want?
"split" keeps list items that don't match the search term and !is[blank] gets rid of all the empty list items created by each match ... you can glue things back together with join if required.