1
0
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:
Talha Mansoor 2022-11-20 03:13:02 +05:00 committed by GitHub
parent 39e8c8b125
commit c663d2ba00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)// //(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>