mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-29 07:36:42 +00:00
Added checkbox macro
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
title: TaskManagementExample
|
||||
|
||||
! Outstanding tasks
|
||||
|
||||
<<list filter:"[tag[task]!tag[done]sort[created]]"><
|
||||
|
||||
<<checkbox tag:done>< <<view title link>> >>
|
||||
|
||||
>>
|
||||
|
||||
! Completed tasks
|
||||
|
||||
<<list filter:"[tag[task]tag[done]sort[created]]"><
|
||||
|
||||
<<checkbox tag:done>< <<view title link>> >>
|
||||
|
||||
>>
|
||||
Reference in New Issue
Block a user