mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-04 03:48:01 +00:00
Update task management template to strikethrough completed tasks
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user