For simplicity, I suggest 2 lists. Try:
<$list filter="[<thisContext>listed[locationcontext]tag[Task]!tag[Done]]"
variable="item">
<$checkbox tiddler=<<item>> tag="Done"/> <<item>><br/>
</$list>
<$list filter="[<thisContext>listed[locationcontext]tag[Task]tag[Done]]"
variable="item">
<$checkbox tiddler=<<item>> tag="Done"/> <<item>><br/>
</$list>
On Monday, March 23, 2020 at 3:55:03 PM UTC-7, David wrote:
>
> <$list filter="[<thisContext>listed[locationcontext]tag[Task]]"
>> variable="item">
>> <$checkbox tiddler=<<item>> tag="Done"/> <<item>><br/>
>> </$list>
>>
>
> I have a todo list/checkbox tiddler arrangement that is using different
> tiddlers as the data sources, instead of one dictionary Tiddler.
>
> It's working great, but I'd love to have the list sorted by the tag
> "Done", so that all the tiddlers with the tag are at the bottom.
>
--
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/16149892-8751-4c00-8a8a-0227ace69e66%40googlegroups.com.