|
|
|
@ -68,10 +68,16 @@ for (let day = 0; day < 2; day++) {
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
> [!check] Latest 2 weeks
|
|
|
|
|
> [!todo] Not done
|
|
|
|
|
>
|
|
|
|
|
> ```tasks
|
|
|
|
|
> done after last monday
|
|
|
|
|
> not done
|
|
|
|
|
> path includes Haina
|
|
|
|
|
> path includes Weekly/2024
|
|
|
|
|
> path includes W20
|
|
|
|
|
> (filter by function task.status.name === 'Todo')
|
|
|
|
|
> sort by heading
|
|
|
|
|
> sort by path reverse
|
|
|
|
|
> ```
|
|
|
|
|
|
|
|
|
|
> [!todo] In Progress
|
|
|
|
@ -85,6 +91,16 @@ for (let day = 0; day < 2; day++) {
|
|
|
|
|
> sort by path reverse
|
|
|
|
|
> ```
|
|
|
|
|
|
|
|
|
|
> [!check] Latest 2 weeks
|
|
|
|
|
>
|
|
|
|
|
> ```tasks
|
|
|
|
|
> done after last monday
|
|
|
|
|
> path includes Haina
|
|
|
|
|
> path includes Weekly/2024
|
|
|
|
|
> sort by heading
|
|
|
|
|
> sort by path reverse
|
|
|
|
|
> ```
|
|
|
|
|
|
|
|
|
|
> [!note] Deferred
|
|
|
|
|
>
|
|
|
|
|
> ```tasks
|
|
|
|
@ -135,7 +151,7 @@ for (let day = 0; day < 2; day++) {
|
|
|
|
|
> not done
|
|
|
|
|
> path includes Haina
|
|
|
|
|
> path includes Weekly/2024
|
|
|
|
|
> (filter by function task.status.name === 'Todo')
|
|
|
|
|
> (filter by function task.status.type === 'TODO')
|
|
|
|
|
> sort by heading
|
|
|
|
|
> sort by path reverse
|
|
|
|
|
> ```
|
|
|
|
|