vault backup: 2024-05-17 14:50:03

Affected files:
Haina/Templates/W-log.md
main
Lei OT 2 years ago
parent 63e860d094
commit a3d2ae8bf0

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

Loading…
Cancel
Save