vault backup: 2024-07-23 09:21:07
Affected files: Haina/Todo.md Haina/Weekly/2024/2024-W30.mdmain
parent
786628696a
commit
b40e307243
@ -0,0 +1,80 @@
|
||||
|
||||
---
|
||||
|
||||
> [!todo] Not done
|
||||
>
|
||||
> ```tasks
|
||||
> not done
|
||||
> path includes Haina
|
||||
> (filter by function task.status.name === 'Todo')
|
||||
> sort by path reverse
|
||||
> sort by heading
|
||||
> ```
|
||||
|
||||
> [!todo] In Progress
|
||||
>
|
||||
> ```tasks
|
||||
> not done
|
||||
> path includes Haina
|
||||
> (filter by function task.status.name === 'incomplete')
|
||||
> sort by path reverse
|
||||
> sort by heading
|
||||
> ```
|
||||
|
||||
> [!check] Latest 2 weeks
|
||||
>
|
||||
> ```tasks
|
||||
> done after last monday
|
||||
> path includes Haina
|
||||
> sort by path reverse
|
||||
> sort by heading
|
||||
> ```
|
||||
|
||||
> [!note] Deferred
|
||||
>
|
||||
> ```tasks
|
||||
> not done
|
||||
> path includes Haina
|
||||
> filter by function task.status.name === 'forwarded'
|
||||
> sort by path reverse
|
||||
> sort by heading
|
||||
> ```
|
||||
|
||||
> [!tip] Idea, Important
|
||||
>
|
||||
> ```tasks
|
||||
> not done
|
||||
> path includes Haina
|
||||
> filter by function (task.status.name === 'idea' || task.status.name === 'important'|| task.status.name === 'fire')
|
||||
> sort by path reverse
|
||||
> sort by heading
|
||||
> ```
|
||||
|
||||
> [!faq] Question
|
||||
>
|
||||
> ```tasks
|
||||
> not done
|
||||
> path includes Haina
|
||||
> filter by function task.status.name === 'question'
|
||||
> sort by path reverse
|
||||
> sort by heading
|
||||
> ```
|
||||
|
||||
> [!fail] Cancelled
|
||||
>
|
||||
> ```tasks
|
||||
> path includes Haina
|
||||
> filter by function task.status.name === 'canceled'
|
||||
> sort by path reverse
|
||||
> sort by heading
|
||||
> ```
|
||||
|
||||
> [!todo] Todo
|
||||
>
|
||||
> ```tasks
|
||||
> not done
|
||||
> path includes Haina
|
||||
> (filter by function task.status.type === 'TODO')
|
||||
> sort by path reverse
|
||||
> sort by heading
|
||||
> ```
|
Loading…
Reference in New Issue