Captain Packers

Whilst it is often nice to combine filter terms into a single filter 
remember it is simple to nest list statements.

<$list filter="select a subset of tiddlers">,!-- no variable means the 
current tiddler is changed for each case-->
   <$list filter="[is[current]searchstring]]">,!-- no variable means the 
current tiddler is changed for each case, [is[current] uses the previous 
levels current tiddler in this filter-->
       The tiddlers meeting both filters criteria <<currentTiddler>> 
{{!!title}} {{!!caption}} etc...
   </$list>
</$list>

If you do use the variable=name in the list widget all you have to do is 
use "<variablename> in the filter and <$view widgets to display field 
content.

Regards
Tony

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/991ba513-f6da-4534-876d-09fd351feb52%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to