Good thought. I'll do that from now on, thanks so much for your help.
On Saturday, October 31, 2015 at 7:57:50 AM UTC-6, Matabele wrote:
>
> Hi
>
> It's a useful tool, especially for complex filter expressions. Substitute
> a hard link (tiddler title) to test the filter, then replace this with the
> {{!!title}} reference for use.
>
> regards
>
> On Saturday, 31 October 2015 15:54:16 UTC+2, Devin Baillie wrote:
>>
>> Good to know. I won't rely on it in the future.
>>
>> Thanks.
>>
>> On Saturday, October 31, 2015 at 7:50:32 AM UTC-6, Matabele wrote:
>>>
>>> Hi
>>>
>>> They wouldn't, they all filter on the title of the current tiddler. When
>>> you enter the preview panel, the current tiddler becomes
>>> '$:/AdvancedSearch'.
>>>
>>> regards
>>>
>>> On Saturday, 31 October 2015 15:33:40 UTC+2, Devin Baillie wrote:
>>>>
>>>> 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/456beac6-52fc-4eed-a7e8-9c92d1959b54%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.