Thanks Jed, that works! I'm a bit confused though, should the value of 
currentTiddler and tiddler-title be the same?

On Tuesday, November 8, 2016 at 12:34:09 PM UTC, Jed Carty wrote:
>
> Your inner list isn't restricted to the results of the outer list, it is 
> getting everything tagged with the title of the containing tiddler. You 
> need to add tag<currentTiddler> to the inner list.
>
> <$set name=tiddler-title value={{!!title}}>
>
>
>
> <<tiddler-title>>
>
> <$list filter="[tag[Area]]">
> <$link>''{{!!title}}<br>''</$link>
> <$list filter="[tag<currentTiddler>tag<tiddler-title>]">
>
> <$transclude mode="block"/>
> </$list>
> </$list>
>
> </$set>
>
>
>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/99e852cc-d0f1-4b3e-ae5c-eab75927edd3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to