1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-06 12:58:03 +00:00

Sort completed tasks by 'modified' instead of 'created' field (#7047)

This commit is contained in:
Talha Mansoor
2022-11-20 03:13:02 +05:00
committed by GitHub
parent 39e8c8b125
commit c663d2ba00

View File

@@ -16,7 +16,7 @@ This is a version of the TaskManagementExample enhanced with the ability to drag
//(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>
<$checkbox tag="done"> ~~<$link/>~~</$checkbox>
</div>