kopia lustrzana https://github.com/miklobit/TiddlyWiki5
18 wiersze
368 B
Plaintext
18 wiersze
368 B
Plaintext
title: TaskManagementExample
|
|
|
|
! Outstanding tasks
|
|
|
|
<$list filter="[!has[draft.of]tag[task]!tag[done]sort[created]]">
|
|
|
|
<$checkbox tag="done"> <$view field="title" format="link"/></$checkbox>
|
|
|
|
</$list>
|
|
|
|
! Completed tasks
|
|
|
|
<$list filter="[!has[draft.of]tag[task]tag[done]sort[created]]">
|
|
|
|
<$checkbox tag="done"> <$view field="title" format="link"/></$checkbox>
|
|
|
|
</$list>
|