When you use < and > in a filter it passes whatever the variable is as an 
argument, so you using [<somemacro>] would use the output of <<somemacro>> 
as a tiddler title. To pass it as a string the way you are using you need 
to use $(somemacro)$ instead. This only works if it is inside another macro 
and it will put in the raw value returned by the macro. So in your case 
using 

<$list filter='[$(variableName)$]'/> should be the same as <$list 
filter='[prefix[=]]'/>

I promise there is a way that all of this makes sense, it just isn't always 
easy to see or explain.

-- 
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/8d340918-9717-41e6-9db2-894ff449a979%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to