|
|
|
@ -68,12 +68,46 @@ for (let day = 0; day < 2; day++) {
|
|
|
|
|
|
|
|
|
|
## 未完成
|
|
|
|
|
|
|
|
|
|
> [!check]
|
|
|
|
|
> [!todo] In Progress
|
|
|
|
|
>
|
|
|
|
|
> ```tasks
|
|
|
|
|
> not done
|
|
|
|
|
> path includes Haina
|
|
|
|
|
> path includes Weekly/2024
|
|
|
|
|
> filter by function task.status.name === 'In Progress'
|
|
|
|
|
> sort by heading
|
|
|
|
|
> sort by path reverse
|
|
|
|
|
> ```
|
|
|
|
|
|
|
|
|
|
> [!note] Deferred
|
|
|
|
|
>
|
|
|
|
|
> ```tasks
|
|
|
|
|
> not done
|
|
|
|
|
> path includes Haina
|
|
|
|
|
> path includes Weekly/2024
|
|
|
|
|
> filter by function task.status.name === 'Deferred'
|
|
|
|
|
> sort by heading
|
|
|
|
|
> sort by path reverse
|
|
|
|
|
> ```
|
|
|
|
|
|
|
|
|
|
> [!tip] Idea
|
|
|
|
|
>
|
|
|
|
|
> ```tasks
|
|
|
|
|
> not done
|
|
|
|
|
> path includes Haina
|
|
|
|
|
> path includes Weekly/2024
|
|
|
|
|
> filter by function task.status.name === 'Important'
|
|
|
|
|
> sort by heading
|
|
|
|
|
> sort by path reverse
|
|
|
|
|
> ```
|
|
|
|
|
|
|
|
|
|
> [!faq] Question
|
|
|
|
|
>
|
|
|
|
|
> ```tasks
|
|
|
|
|
> not done
|
|
|
|
|
> path includes Haina
|
|
|
|
|
> path includes Weekly/2024
|
|
|
|
|
> filter by function task.status.name === 'Question'
|
|
|
|
|
> sort by heading
|
|
|
|
|
> sort by path reverse
|
|
|
|
|
> ```
|