|
|
|
|
@ -76,8 +76,8 @@ for (let day = 0; day < 2; day++) {
|
|
|
|
|
> path includes Weekly/2024
|
|
|
|
|
> path includes W20
|
|
|
|
|
> (filter by function task.status.name === 'Todo')
|
|
|
|
|
> sort by heading
|
|
|
|
|
> sort by path reverse
|
|
|
|
|
> sort by heading
|
|
|
|
|
> ```
|
|
|
|
|
|
|
|
|
|
> [!todo] In Progress
|
|
|
|
|
@ -87,8 +87,8 @@ for (let day = 0; day < 2; day++) {
|
|
|
|
|
> path includes Haina
|
|
|
|
|
> path includes Weekly/2024
|
|
|
|
|
> (filter by function task.status.name === 'incomplete')
|
|
|
|
|
> sort by heading
|
|
|
|
|
> sort by path reverse
|
|
|
|
|
> sort by heading
|
|
|
|
|
> ```
|
|
|
|
|
|
|
|
|
|
> [!check] Latest 2 weeks
|
|
|
|
|
@ -97,8 +97,8 @@ for (let day = 0; day < 2; day++) {
|
|
|
|
|
> done after last monday
|
|
|
|
|
> path includes Haina
|
|
|
|
|
> path includes Weekly/2024
|
|
|
|
|
> sort by heading
|
|
|
|
|
> sort by path reverse
|
|
|
|
|
> sort by heading
|
|
|
|
|
> ```
|
|
|
|
|
|
|
|
|
|
> [!note] Deferred
|
|
|
|
|
@ -108,8 +108,8 @@ for (let day = 0; day < 2; day++) {
|
|
|
|
|
> path includes Haina
|
|
|
|
|
> path includes Weekly/2024
|
|
|
|
|
> filter by function task.status.name === 'forwarded'
|
|
|
|
|
> sort by heading
|
|
|
|
|
> sort by path reverse
|
|
|
|
|
> sort by heading
|
|
|
|
|
> ```
|
|
|
|
|
|
|
|
|
|
> [!tip] Idea, Important
|
|
|
|
|
@ -119,8 +119,8 @@ for (let day = 0; day < 2; day++) {
|
|
|
|
|
> path includes Haina
|
|
|
|
|
> path includes Weekly/2024
|
|
|
|
|
> filter by function (task.status.name === 'idea' || task.status.name === 'important')
|
|
|
|
|
> sort by heading
|
|
|
|
|
> sort by path reverse
|
|
|
|
|
> sort by heading
|
|
|
|
|
> ```
|
|
|
|
|
|
|
|
|
|
> [!faq] Question
|
|
|
|
|
@ -130,8 +130,8 @@ for (let day = 0; day < 2; day++) {
|
|
|
|
|
> path includes Haina
|
|
|
|
|
> path includes Weekly/2024
|
|
|
|
|
> filter by function task.status.name === 'question'
|
|
|
|
|
> sort by heading
|
|
|
|
|
> sort by path reverse
|
|
|
|
|
> sort by heading
|
|
|
|
|
> ```
|
|
|
|
|
|
|
|
|
|
> [!fail] Cancelled
|
|
|
|
|
@ -140,8 +140,8 @@ for (let day = 0; day < 2; day++) {
|
|
|
|
|
> path includes Haina
|
|
|
|
|
> path includes Weekly/2024
|
|
|
|
|
> filter by function task.status.name === 'canceled'
|
|
|
|
|
> sort by heading
|
|
|
|
|
> sort by path reverse
|
|
|
|
|
> sort by heading
|
|
|
|
|
> ```
|
|
|
|
|
|
|
|
|
|
> [!todo] Todo
|
|
|
|
|
@ -151,6 +151,6 @@ for (let day = 0; day < 2; day++) {
|
|
|
|
|
> path includes Haina
|
|
|
|
|
> path includes Weekly/2024
|
|
|
|
|
> (filter by function task.status.type === 'TODO')
|
|
|
|
|
> sort by heading
|
|
|
|
|
> sort by path reverse
|
|
|
|
|
> sort by heading
|
|
|
|
|
> ```
|
|
|
|
|
|