Hi Arkady I don't think it's currently possible to filter for your postponed tasks; as discussed previously, we'd need a new filter operator that allows comparisons.
Anyhow, this gives us tiddlers tagged task that are not done: [tag[task]!tag[done]] This gives us all the tiddlers tagged with tiddlers that are tagged task that are not done: [tag[task]!tag[done]tagging[]] We can further filter for tiddlers that are themselves tasks: [tag[task]!tag[done]tagging[]tag[task]] Does that help? Best wishes Jeremy On Tue, Nov 5, 2013 at 10:37 PM, Arkady Grudzinsky <[email protected]>wrote: > My TW5 use case is a task management system. I find the <$list> widget > along with the ability to create custom fields very instrumental. I need a > filter for "blocked" tasks - tasks tagged with other tasks. > > Concepts (nothing new - most borrowed from previous implementations such > as mGSD): > * A task is a tiddler tagged "task". > * Complete tasks - tiddlers tagged "task" and "done". > * Postponed tasks - tiddlers tagged "task" with "start" field set to some > date in the future. Postponed tasks replace ticklers in my system. > * Blocked tasks - tiddlers tagged "task" which are also tagged with > incomplete task tiddlers (tiddlers tagged "task", but not "done") > * Active tasks - filter="[tag[task]!tag[done]!has[draft.of]!has[start]]" - > need to add a condition for unblocked tasks (tasks not tagged with other > incomplete tasks). > > How can I ceate a filter for "blocked" and "unblocked" tasks? > > This is also useful to select tasks that do not belong to any project - > tiddlers not tagged with tiddlers tagged "project" or projects that do not > belong to realms, areas, etc. > > Is it possible to create such filters? > > > -- > 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. > For more options, visit https://groups.google.com/groups/opt_out. > -- Jeremy Ruston mailto:[email protected] -- 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. For more options, visit https://groups.google.com/groups/opt_out.

