mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-11 18:00:26 +00:00
Sort completed tasks by 'modified' instead of 'created' field (#7047)
This commit is contained in:
parent
39e8c8b125
commit
c663d2ba00
@ -16,7 +16,7 @@ This is a version of the TaskManagementExample enhanced with the ability to drag
|
|||||||
|
|
||||||
//(Listed in reverse order of completion)//
|
//(Listed in reverse order of completion)//
|
||||||
|
|
||||||
<$list filter="[!has[draft.of]tag[task]tag[done]sort[created]]">
|
<$list filter="[!has[draft.of]tag[task]tag[done]sort[modified]]">
|
||||||
<div>
|
<div>
|
||||||
<$checkbox tag="done"> ~~<$link/>~~</$checkbox>
|
<$checkbox tag="done"> ~~<$link/>~~</$checkbox>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user