mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-10 03:03:08 -08:00
Update task management template to strikethrough completed tasks
This commit is contained in:
parent
41fa6dc8d9
commit
63fa04931d
1 changed files with 1 additions and 1 deletions
|
|
@ -12,6 +12,6 @@ title: TaskManagementExample
|
|||
|
||||
<$list filter="[!has[draft.of]tag[task]tag[done]sort[created]]">
|
||||
|
||||
<$checkbox tag="done"> <$view field="title" format="link"/></$checkbox>
|
||||
<$checkbox tag="done"> ~~<$view field="title" format="link"/>~~</$checkbox>
|
||||
|
||||
</$list>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue