Someone wrote up a big list of how all of this works, but I don't know 
where it is at the moment. The quick answer is you use single curly braces 
in filters when referring to fields like this:

<$list filter="[field:relatedto{!!title}]">

If you are trying to refer to a variable you use single < and > like this:

<$list filter="[field:relatedto<currentTiddler>]">

if you inside a macro and are referring to a variable that is define 
outside the macrocell you can use

<$list filter="[field:relatedto[$(variableName)$]]'>

-- 
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/98da8832-f219-4427-a2d8-8022dc0898d7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to