vault backup: 2024-05-17 14:28:14

Affected files:
Haina/Templates/W-log.md
Haina/Weekly/2024/2024-W21.md
main
Lei OT 1 year ago
parent c3aac4dc96
commit d73de405ee

@ -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
> ```

@ -48,7 +48,7 @@ tags:
## 未完成
> [!check] In Progress
> [!todo] In Progress
>
> ```tasks
> not done
@ -59,18 +59,18 @@ tags:
> sort by path reverse
> ```
> [!check] Deffered
> [!note] Deferred
>
> ```tasks
> not done
> path includes Haina
> path includes Weekly/2024
> filter by function task.status.name === 'Deffered'
> filter by function task.status.name === 'Deferred'
> sort by heading
> sort by path reverse
> ```
> [!check] Idea
> [!tip] Idea
>
> ```tasks
> not done
@ -81,7 +81,7 @@ tags:
> sort by path reverse
> ```
> [!check] Question
> [!faq] Question
>
> ```tasks
> not done
@ -90,4 +90,15 @@ tags:
> 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
> ```
Loading…
Cancel
Save