Neale Murden <[email protected]> writes:

> Nico,

Hi Neale,

> Thanks for providing the filter expression for priorities, and thanks for 
> including that filter in the next release of Projectify.

You're welcome!

You could also easily add a tab to the dashboard listing all your
prioritized todos:

Create a "Priority" tiddler, add the tag
"$:/plugins/nico/projectify/tags/dashboard", with the following content:

!! High priority

<$list filter="[tag[todo]!tag[done]priority[3]]" 
template="$:/plugins/nico/projectify/ui/todo/TodoItem"/>

!! Medium priority

<$list filter="[tag[todo]!tag[done]priority[2]]" 
template="$:/plugins/nico/projectify/ui/todo/TodoItem"/>

!! Low priority

<$list filter="[tag[todo]!tag[done]priority[1]]" 
template="$:/plugins/nico/projectify/ui/todo/TodoItem"/>


Cheers,
Nico

-- 
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/877dnktetx.fsf%40petton.fr.

Attachment: signature.asc
Description: PGP signature

Reply via email to