Hi Julie,

It give a error:" \end Tiddler recursion error in transclude widget " in 
the *$:/core/ui/*
*ListItemTemplate"/*


On Friday, January 10, 2014 6:50:35 AM UTC-2, Julie wrote:
>
> You can't use the usual search tool for fields, but you can use the list 
> widget to search into them:
>
> <$list filter="[organ[liver]]" template="$:/core/ui/ListItemTemplate"/>
>
> -> all the tiddlers with the field organ = liver
> You may have a tiddler SearchFields with this list, and edit it to make 
> another search (I'm sure it would even be possible to use some widgets 
> (edit, button, set...) to make a nice search text area).
>
>
> You can also define a macro in order to use it with parameters:
>
> \define search-field(field,search)
> <$list filter="[$field$[$search$]]" 
> template="$:/core/ui/ListItemTemplate"/>
> \end
>
> and then in the same tiddler:
> <<search-field field:"organ" search:"liver">>
>
> -> you can built a tiddler with several searches pre-defined.
>
>
> If you put the macro in the system tiddler $:/core/ui/PageMacros, save and 
> then reload the wiki, the macro should even be accessible in any tiddler 
> (for exemple, a tiddler for each organ, a tiddler for each color, ... each 
> of them containing the list of related tiddlers).
>

-- 
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/groups/opt_out.

Reply via email to