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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0dcb3c9d-3534-46e7-97d9-53a34b8aa58d%40googlegroups.com.

Reply via email to