mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
Update TaskManagementExample.tid (#4735)
This commit is contained in:
parent
4127ce8e9f
commit
2e39b5add5
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user