<$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>
 
I can't get the correction with the button to work, though, Tobias - it 
doesn't list the tasks at all under the In Progress... header. All I get is 
one lone checkbox. 
 
 
 

On Tuesday, January 12, 2016 at 7:19:32 PM UTC, Tobias Beer wrote:

> Hi Matabele,
>  
>
>> Shouldn't close the <input type="checkbox"> with />
>>
>
> Not quite. It was the little *+ *before the done tag
> which essentially removed *all *previous tags while adding the tag done. 
> ;-)
>
> 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/406e0c7a-ad42-416f-b8fa-44dea374477e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to