Just as an FYI, you could also have done 

<$list filter="[tag<currentTiddler>]">
<h1><$link><$transclude field="title"/></$link></h1>
<$transclude mode="block"/>
</$list>


The extra square brackets were the problem.


On Sunday, March 26, 2017 at 10:02:42 PM UTC-4, Roving Richard wrote:
>
> I figured it out:
>
> <$list filter="[tag{!!title}]">
> <h1><$link><$transclude field="title"/></$link></h1>
> <$transclude mode="block"/>
> </$list>
>
>
>
> Credit: https://groups.google.com/forum/#!searchin/TiddlyWiki/
> <$24list$20filter$3D"[tag{!!title}]">|sort:relevance/tiddlywiki/V-sEk0nULSI/KFbOQ3vmEwAJ
>
> On Sunday, March 26, 2017 at 8:11:14 PM UTC-4, Roving Richard wrote:
>>
>> I see that I can transclude 
>> <https://github.com/Jermolene/TiddlyWiki5/issues/121> tiddlers with a 
>> specific tag using
>>
>> <$list filter="[tag[TagNameHere]]">
>> ! <$transclude field="title"/>
>> <$transclude mode="block"/>
>>
>> I can also make lists of tiddlers using the current title using 
>> <currentTiddler>:
>>
>> <<list-links filter:"[tag<currentTiddler>] +[sort[title]]">>
>>
>>
>> ... but if I try to use the <currentTiddler> magic with the transclude 
>> code, it doesn't work:
>>
>> <$list filter="[tag[<currentTiddler>]]">
>> ! <$transclude field="title"/>
>> <$transclude mode="block"/>
>>
>> I've tried using the tag<currentTiddler> syntax but I get an error that 
>> I'm missing the brackets. I don't get why this wouldn't work.
>>
>

-- 
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/3f0849cc-27e0-452b-994c-debb623e3b2b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to