1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Update TaskManagementExample.tid (#4735)

This commit is contained in:
twMat 2020-06-27 14:11:57 +02:00 committed by GitHub
parent 4127ce8e9f
commit 2e39b5add5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ TiddlyWiki5 can be used as a simple task management system without further custo
<$list filter="[!has[draft.of]tag[task]!tag[done]sort[created]]">
<$checkbox tag="done"> <$link to={{!!title}}><$view field="title"/></$link></$checkbox>
<$checkbox tag="done"> <$link/></$checkbox>
</$list>
@ -20,6 +20,6 @@ TiddlyWiki5 can be used as a simple task management system without further custo
<$list filter="[!has[draft.of]tag[task]tag[done]sort[created]]">
<$checkbox tag="done"> ~~<$link to={{!!title}}><$view field="title"/></$link>~~</$checkbox>
<$checkbox tag="done"> ~~<$link/>~~</$checkbox>
</$list>