You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
81 lines
1.3 KiB
Markdown
81 lines
1.3 KiB
Markdown
|
|
---
|
|
|
|
> [!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
|
|
> ```
|