Thank you! 
Can you link me to more information on use of single angle brackets? Is it 
just this special case or is it used in other situations too. I mean, I 
could not find it in the tiddlywiki.com documentation. 

On Sunday, April 30, 2017 at 8:50:05 PM UTC+5:30, Mark S. wrote:
>
>
> 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/04d10eba-e159-49fb-804b-e02055512024%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to