Hi

There's a special tagging[] operator for this: [all[current]tagging[]], 
will list all tiddlers tagged with the title of the current tiddler.

But any of these should work:

<$list filter="[tag{!!title}]"/>
<$list filter="[all[current]tagging[]]"/>
<$list filter="[tag<currentTiddler>]"/>

Don't know why you're not getting the same result.

regards

On Saturday, 31 October 2015 07:56:27 UTC+2, Devin Baillie wrote:
>
> 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/b2ed6233-8b1e-4fbe-b6e3-ce85776dd2d9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to