1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 10:07:19 +00:00

Update task management template to strikethrough completed tasks

This commit is contained in:
Jeremy Ruston 2013-08-02 22:05:26 +01:00
parent 41fa6dc8d9
commit 63fa04931d

View File

@ -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>