mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-05 17:16:49 +00:00
Docs update
This commit is contained in:
@@ -2,7 +2,7 @@ title: TaskManagementExample
|
||||
|
||||
! Outstanding tasks
|
||||
|
||||
<$list filter="[tag[task]!tag[done]sort[created]]">
|
||||
<$list filter="[!has[draft.of]tag[task]!tag[done]sort[created]]">
|
||||
|
||||
<$checkbox tag="done"> <$view field="title" format="link"/></$checkbox>
|
||||
|
||||
@@ -10,7 +10,7 @@ title: TaskManagementExample
|
||||
|
||||
! Completed tasks
|
||||
|
||||
<$list filter="[tag[task]tag[done]sort[created]]">
|
||||
<$list filter="[!has[draft.of]tag[task]tag[done]sort[created]]">
|
||||
|
||||
<$checkbox tag="done"> <$view field="title" format="link"/></$checkbox>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user