It's in the introduction to filters:

http://tiddlywiki.com/#Introduction%20to%20filter%20notation

I guess the question is, where should this information be repeated for 
better visibility?

Good luck!
Mark


On Sunday, April 30, 2017 at 10:39:42 AM UTC-7, passingby wrote:
>
>
>
> 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
>>
>
> 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.  
>

-- 
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/dd6db34c-60a8-4bf2-87a5-e005b7664c93%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to