Hello Patrick. I never did a filter depending on any radio value, so I can't help you here.
About the other part: [[!!title]] means, use the title of the tiddler to create a link. Normally the exclamation symbol is used to reference a field of a tiddler. The title is one of the fields that the tiddlers have by default. You can add any field to any tiddler, and use the same nomenclature to reference it. I didn't found any reference to this, I just deduced it. There are other ways to "print" the different fields of a tiddler in the way you want. Other ways could be the transclude widget and the view widget. I set up a single example at http://braintest.tiddlyspot.com/ Look for FieldsExample. If that is not clear enough for you, read Another TOC example from http://tw5magick.tiddlyspot.com/ El domingo, 16 de febrero de 2014 21:20:34 UTC+1, [email protected] escribió: > > Hi Danielo > > I have problems to create the "your filter", which I want to make > dependent of a variable of a radio button. How should the filter be > written. See my previous post. > > > <$list > filter="[tag[WANT_VALUE_OF_RADIO_FIELD}]search{$:/temp/mysearchcrit}sort[title]limit[250]]" > > template="$:/core/ui/ListItemTemplate"/> > > > [!!title] > > What is this? > Where can I find a user guide explaining these constructs? > > <$transclude field="fieldName"> > > What is the effect of this statement? What should I pass in for fieldName? > > > -- 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 http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/groups/opt_out.

