*This looks just what it needs! This is what I meant at the beginning.*

But for the sake of curiosity 🤓 . I tried to do through the list. 

*filter="[tags[]prefix[$:/]]"*

Is it possible to make a variable in a list that will collect all the 
values?



*[all[]!is[system]] + '-[tag[*list result*]]'+ '-[tag[*list result*]]'+ 
'-[tag[*list result*]]'...*

And you get something like
<<myVar>>  = [all[]!is[system]] -[tag[$:/tags/Stylesheet]] 
-[tag[$:/tags/PluginLibrary]] -[tag[$:/tags/Macro]] -[tag[$:/tags/Palette]]
And <$list filter=<<myVar>>

-----
Or in another way. I can do tiddler "*Sys Tag*" only with a filter

[all[]!is[system]] 
<$set name="myVar" filter="[tags[]prefix[$:/]]">
<$list filter=<<myVar>>> -[tag[<$link/>]]</$list>
</$set>

And one more with a button. Can I link to text from another post as a 
filter?

<$button>
  <$list filter=*{{Sys Tag}}* variable="tidToDelete">
    <$action-deletetiddler $tiddler=<<tidToDelete>>/>
  </$list>
  DEL!
</$button>

четверг, 8 июля 2021 г. в 13:22:52 UTC+3, Eric Shulman: 

> On Thursday, July 8, 2021 at 3:08:17 AM UTC-7 Eric Shulman wrote:
>
>> Then, you want to delete all tiddlers matching that filter.
>> You can do this directly using the filter tab in $:/AdvancedSearch.
>> Just enter the filter syntax as shown above and then press the delete 
>> button (trash can icon)
>>
>
> Addendum: You can also save the desired filter syntax and re-use it later:
> 1) Create a tiddler tagged with $:/tags/Filter
> 2) Add a field named "description" with a value of: *All Content Tiddlers*
> 3) Add a field named "filter" with a value of: *[all[]!is[system]] 
> -[tags[]prefix[$:/]tagging[]]*
> 4) Add a field named "list-before" with a blank field value
>
> Then, in the $:/AdvancedSearch filter tab, you can press the "down arrow" 
> next to the filter edit field to see
> a list of pre-defined filters and select "All Content Tiddlers" which will 
> appear as the first item in the list.
>
> -e
>

-- 
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/d4daf866-45f6-4afe-9585-0ec69ad9db2an%40googlegroups.com.

Reply via email to