I knew I was missing something obvious.Thank you Eric!  

On Sunday, May 12, 2019 at 1:31:23 PM UTC-7, Eric Shulman wrote:
>
> On Sunday, May 12, 2019 at 11:31:13 AM UTC-7, passingby wrote:
>>
>> This is my current working solution. I have used Condition.json from 
>> tiddlwiki toolmap.
>>
>> <$list filter="[tag[question]]">
>>
>>
>> <$link><<currentTiddler>></$link>
>> <$if value={{{[<currentTiddler>tag[done]]}}}>
>> done
>> </$if>
>> <$if value={{{[<currentTiddler>tag[started]]}}}>
>> started
>> </$if>
>> </$list>
>>
>> Is there any alternative way or a native way without the use of the 
>> plugin I used?
>>
>
> yes... like this:
> <$list filter="[tag[question]]">
>    <$link><$text text=<<currentTiddler>>/></$link>
>    <$list filter=[<currentTiddler>tag[done]]">    done    </$list>
>    <$list filter=[<currentTiddler>tag[started]]"> started </$list>
> </$list>
>
> enjoy,
> -e
>
>

-- 
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/a8ba4147-44bb-4e6d-8f2c-5ee41c7bc3ca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to