mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-27 17:44:44 +00:00
Re-introduce the checkbox widget
This commit is contained in:
@@ -2,17 +2,16 @@ title: TaskManagementExample
|
||||
|
||||
! Outstanding tasks
|
||||
|
||||
<<list filter:"[tag[task]!tag[done]sort[created]]"><
|
||||
<$list filter="[tag[task]!tag[done]sort[created]]">
|
||||
|
||||
<<checkbox tag:done>< <<view title link>> >>
|
||||
<$checkbox tag="done"> <$view field="title" format="link"/></$checkbox>
|
||||
|
||||
>>
|
||||
</$list>
|
||||
|
||||
! Completed tasks
|
||||
|
||||
<<list filter:"[tag[task]tag[done]sort[created]]"><
|
||||
<$list filter="[tag[task]tag[done]sort[created]]">
|
||||
|
||||
<<checkbox tag:done>< <<view title link>> >>
|
||||
|
||||
>>
|
||||
<$checkbox tag="done"> <$view field="title" format="link"/></$checkbox>
|
||||
|
||||
</$list>
|
||||
|
||||
Reference in New Issue
Block a user