If you know what the filters will be you can use the select widget to set a 
field to the entire filter string and use a text reference for the filters.

<$select field='filter_field'>
<option value='[!is[tag]!is[system]]'>Some name</option>
<option value='[!is[tag]!is[system]]'>Another name</option>
</$select>

</$select>

<$list filter={{!!filter_field}}>

</$list>

Where you add an option to the select widget for each filter string.

If you need more flexibility you could have a sequence of selections that 
build a string for the filter operators. Like the examples here, but each 
selection would set a filter operator instead of part of a url 
http://inmysocks.tiddlyspot.com/#Concatenating%20text%20to%20make%20dynamic%20URLs

Does that help?

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to