Thanks for the replies, folks! Will check out your suggestions.
Best,
Sid 

On Thursday, January 16, 2020 at 1:34:38 PM UTC-5, J Mc wrote:
>
> Hello Sid,
> you may be interested in Shiraz ToDos. It has a list with priority colours.
>
> https://kookma.github.io/Shiraz/#ToDos
>
> J Mc
>
>
> On Wednesday, 15 January 2020 19:38:57 UTC, Sid wrote:
>>
>> Howdy! 
>> I'm trying to customize with a plugin to show a to-do style list. Am 
>> trying to conditionally format entries based on custom fields.
>>
>> My tiddlers that populate the list have a custom field 'priority'. I'd 
>> like to render the HTML output so that the value of the *priority* field 
>> is rendered based on their value. For example, (priority value) 'high' is 
>> in red, while others 'medium' 'low' are different colors.
>>
>> Not sure how to do the above or use conditional operators in this case.
>>
>>
>> !! Outstanding tasks
>>
>> <$list filter="[!has[draft.of]tag[task]!tag[done]sort[created]]">
>>
>> <$checkbox tag="done">
>> <$link to={{!!title}}><$view field="title"/></$link> <$view field=
>> "priority"/> <br/>
>> <span style="color:gray;"><$view/></span>
>> </$checkbox>
>>
>> </$list>
>>
>>
>>
>> * New to Tiddlywiki programming syntax, so *any pointers to tutorials on 
>> TW5 programming would be additionally helpful! *
>>
>> Thanks,
>> Sid 
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4bde1feb-f0df-4d85-874f-0744ae800b68%40googlegroups.com.

Reply via email to