You're trying to concatenate the output of a transclusion into a text 
string (<<list-links filter:"[tag[{{currentTiddler!
!title}}]]">>). You would need to use a macro to concatenate a transclusion 
that way. 

Fortunately, since the string specifies a filter, there is a special syntax 
for using a variable inside a filter. So you can write:

<<list-links filter:"[tag<currentTiddler>]">>

The square brackets of the tag operator are replaced by angle brackets and 
the name of the variable goes inside. 

HTH
Mark 

-- 
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/97ca5b8e-2a45-4fe2-8711-572082954cc0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to