Add checkbox widget and fix up task management example

This commit is contained in:
Jeremy Ruston
2013-10-23 19:38:36 +01:00
parent 67490cbb74
commit 4e713baeee
2 changed files with 115 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ TiddlyWiki5 can be used as a simple task management system without further custo
<$list filter="[!has[draft.of]tag[task]!tag[done]sort[created]]">
<$checkbox tag="done"> <$view field="title" format="link"/></$checkbox>
<$checkbox tag="done"> <$link to={{!!title}}><$view field="title"/></$link></$checkbox>
</$list>
@@ -18,6 +18,6 @@ TiddlyWiki5 can be used as a simple task management system without further custo
<$list filter="[!has[draft.of]tag[task]tag[done]sort[created]]">
<$checkbox tag="done"> ~~<$view field="title" format="link"/>~~</$checkbox>
<$checkbox tag="done"> ~~<$link to={{!!title}}><$view field="title"/></$link>~~</$checkbox>
</$list>