<$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.