|
|
|
|
@ -66,7 +66,13 @@ for (let day = 0; day < 2; day++) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## 未完成
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
> [!check] Latest 2 weeks
|
|
|
|
|
>
|
|
|
|
|
> ```tasks
|
|
|
|
|
> done after last monday
|
|
|
|
|
> ```
|
|
|
|
|
|
|
|
|
|
> [!todo] In Progress
|
|
|
|
|
>
|
|
|
|
|
@ -74,7 +80,7 @@ for (let day = 0; day < 2; day++) {
|
|
|
|
|
> not done
|
|
|
|
|
> path includes Haina
|
|
|
|
|
> path includes Weekly/2024
|
|
|
|
|
> filter by function task.status.name === 'In Progress'
|
|
|
|
|
> (filter by function task.status.name === 'In Progress')
|
|
|
|
|
> sort by heading
|
|
|
|
|
> sort by path reverse
|
|
|
|
|
> ```
|
|
|
|
|
@ -110,4 +116,26 @@ for (let day = 0; day < 2; day++) {
|
|
|
|
|
> filter by function task.status.name === 'Question'
|
|
|
|
|
> sort by heading
|
|
|
|
|
> sort by path reverse
|
|
|
|
|
> ```
|
|
|
|
|
> ```
|
|
|
|
|
|
|
|
|
|
> [!tip] Cancelled
|
|
|
|
|
>
|
|
|
|
|
> ```tasks
|
|
|
|
|
> not done
|
|
|
|
|
> path includes Haina
|
|
|
|
|
> path includes Weekly/2024
|
|
|
|
|
> filter by function task.status.name === 'Cancelled'
|
|
|
|
|
> sort by heading
|
|
|
|
|
> sort by path reverse
|
|
|
|
|
> ```
|
|
|
|
|
|
|
|
|
|
> [!todo] Todo
|
|
|
|
|
>
|
|
|
|
|
> ```tasks
|
|
|
|
|
> not done
|
|
|
|
|
> path includes Haina
|
|
|
|
|
> path includes Weekly/2024
|
|
|
|
|
> (filter by function task.status.name === 'Todo')
|
|
|
|
|
> sort by heading
|
|
|
|
|
> sort by path reverse
|
|
|
|
|
> ```
|
|
|
|
|
|