I'm trying to make a template tiddler to display all the tasks associated 
with the current project.  If I have a tiddler named "TestProject" and two 
tiddlers tagged with "TestProject", "TestTask1" and "TestTask2", I'd like 
to be able to create a list of the tasks in the current project.

If I use

<$list filter="[tag[TestProject]]">

</$list>


then I get the expected output

TestTask1

TestTask2

 

I searched and found this thread 
<https://groups.google.com/forum/#!topic/tiddlywiki/INiJgqCpmXo>, which 
suggested a few alternatives that didn't work:


 <$list filter="[tag[$(title)$]]">

</$list>


and

<$list filter="[tag<currentTiddler>]">

</$list>


and

<$list filter="[tag{!!title}]">

</$list>


all give nothing.

Any thoughts on how to get this to work?

Thanks in advance!

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3357a5eb-dec1-4cb4-8b57-80e9e9bb9088%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to