Hi Matabele,

Ah, I see what I did wrong before now. Find the error:

<$button class="tc-btn-invisible"><input type="checkbox"/><$action-listops 
$field="tags" $subfilter="+done -[[In Progress]]"/></$button>

:-)

Ok, so this should work *for you Casey*:

! Backlog

<$list filter="[!has[draft.of]tag[task]!tag[active]!tag[done]sort[created]]"
>
<$checkbox tag="active">
<$link to={{!!title}}><$view field="title"/></$link>
</$checkbox>
<br>
</$list>

! In Progress...
<$list filter="[!has[draft.of]tag[task]tag[active]sort[created]]">
<$button class="tc-btn-invisible">
<input type="checkbox"/>
<$action-listops $tags="done -active"/>
</$button>
<$link to={{!!title}}><$view field="title"/></$link>
<br>
</$list>

! Completed Tasks

<$list filter="[!has[draft.of]tag[task]tag[done]sort[created]]">
<$checkbox tag="done">
~~<$link to={{!!title}}><$view field="title"/></$link>~~
</$checkbox>
<br>
</$list>

Best wishes,

Tobias.

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3f654f14-9aa9-4c5b-9205-e8bdbca7842e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to