<$list filter="[!title[JournalSkeleton]!has[draft.of]tag[task]!tag[done]!sort[p]each[tasklist]]">
! Tasklist: <$view field="tasklist"/>
<$list filter="[!title[JournalSkeleton]!has[draft.of]tag[task]!tag[done]!sort[p]]">
<$checkbox tag="done">
<$link to={{!!title}}>
<$view field="title"/>
</$link> (priority <$view field="p"/>)
</$checkbox>
</$list>
</$list>
<$list filter="[!title[JournalSkeleton]!has[draft.of]tag[task]!tag[done]!sort[p]each[tasklist]]">
! Tasklist: <$view field="tasklist"/>
<$list filter="[tasklist{!!tasklist}!title[JournalSkeleton]!has[draft.of]tag[task]!tag[done]!sort[p]]">
<$checkbox tag="done">
<$link to={{!!title}}>
<$view field="title"/>
</$link> (priority <$view field="p"/>)
</$checkbox>
</$list>
</$list>--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/3QawVN-ZY1Y/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.
That did it!Danke viel mal Dominic!
To unsubscribe from this group and all its topics, send an email to tiddlywiki+unsubscribe@googlegroups.com.
I have a further question. Is there a way to do all this just with tags, and not with fields? Is it possible to filter on tags, but only looking for the first few characters of the tag? Like you can do with titles.
The problem is that I would have to go back and set all the fields on my task tiddlers. It's easier to set tags in bulk, or with a checkbox.
field:tags/^FirstCharacters/
field:tags/(^| )FirstCharacters/
field:tags/(^|\[\[| )FirstCharacters/