Interesting.  These all seem to work, but not in the "Preview" panel, which 
I was using to try out my filters.  I guess I'd better file a bug report. 
:-)

Thanks,
Devin

On Saturday, October 31, 2015 at 2:04:55 AM UTC-6, Matabele wrote:
>
> 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="[{!!title}tagging[]]"/>
> <$list filter="[all[current]tagging[]]"/>
> <$list filter="[tag<currentTiddler>]"/>
> <$list filter="[<currentTiddler>tagging[]]"/>
> <$list filter="[<currentTiddler>listed[tags]]"/>
> <$list filter="[{!!title}listed[tags]]"/>
>
> 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/d2a85a24-8bcb-44e5-85dc-d951d4d83742%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to