mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-27 15:34:53 +00:00
Add checkbox widget and fix up task management example
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user