|
|
|
@ -86,7 +86,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 === 'incomplete')
|
|
|
|
|
> sort by heading
|
|
|
|
|
> sort by path reverse
|
|
|
|
|
> ```
|
|
|
|
@ -107,18 +107,18 @@ for (let day = 0; day < 2; day++) {
|
|
|
|
|
> not done
|
|
|
|
|
> path includes Haina
|
|
|
|
|
> path includes Weekly/2024
|
|
|
|
|
> filter by function task.status.name === 'Deferred'
|
|
|
|
|
> filter by function task.status.name === 'forwarded'
|
|
|
|
|
> sort by heading
|
|
|
|
|
> sort by path reverse
|
|
|
|
|
> ```
|
|
|
|
|
|
|
|
|
|
> [!tip] Idea
|
|
|
|
|
> [!tip] Idea, Important
|
|
|
|
|
>
|
|
|
|
|
> ```tasks
|
|
|
|
|
> not done
|
|
|
|
|
> path includes Haina
|
|
|
|
|
> path includes Weekly/2024
|
|
|
|
|
> filter by function task.status.name === 'Important'
|
|
|
|
|
> filter by function (task.status.name === 'idea' || task.status.name === 'important')
|
|
|
|
|
> sort by heading
|
|
|
|
|
> sort by path reverse
|
|
|
|
|
> ```
|
|
|
|
@ -129,18 +129,17 @@ for (let day = 0; day < 2; day++) {
|
|
|
|
|
> not done
|
|
|
|
|
> path includes Haina
|
|
|
|
|
> path includes Weekly/2024
|
|
|
|
|
> filter by function task.status.name === 'Question'
|
|
|
|
|
> filter by function task.status.name === 'question'
|
|
|
|
|
> sort by heading
|
|
|
|
|
> sort by path reverse
|
|
|
|
|
> ```
|
|
|
|
|
|
|
|
|
|
> [!tip] Cancelled
|
|
|
|
|
> [!fail] Cancelled
|
|
|
|
|
>
|
|
|
|
|
> ```tasks
|
|
|
|
|
> not done
|
|
|
|
|
> path includes Haina
|
|
|
|
|
> path includes Weekly/2024
|
|
|
|
|
> filter by function task.status.name === 'Cancelled'
|
|
|
|
|
> filter by function task.status.name === 'canceled'
|
|
|
|
|
> sort by heading
|
|
|
|
|
> sort by path reverse
|
|
|
|
|
> ```
|
|
|
|
|