@ -73,8 +73,8 @@ for (let day = 0; day < 2; day++) {
> ```tasks
> not done
> path includes Haina
> path includes Weekly/2024
> (path includes W<% moment(tp.file.title).subtract(2, 'weeks').format('w') %>) OR (path includes W<% moment(tp.file.title).subtract(1, 'weeks').format('w') %> )
> path includes Weekly/<% moment(tp.file.title).format('YYYY') %>
> (path includes W<% moment(tp.file.title).subtract(2, 'weeks').format('ww') %>) OR (path includes W<% moment(tp.file.title).subtract(1, 'weeks').format('ww') %> )
> (filter by function task.status.name === 'Todo')
> sort by path reverse
> sort by heading
@ -85,7 +85,7 @@ for (let day = 0; day < 2; day++) {
> ```tasks
> not done
> path includes Haina
> path includes Weekly/2024
> path includes Weekly/<% moment(tp.file.title).format('YYYY') %>
> (filter by function task.status.name === 'incomplete')
> sort by path reverse
> sort by heading
@ -96,7 +96,6 @@ for (let day = 0; day < 2; day++) {
> ```tasks
> done after last monday
> path includes Haina
> path includes Weekly/2024
> sort by path reverse
> sort by heading
> ```
@ -106,7 +105,7 @@ for (let day = 0; day < 2; day++) {
> ```tasks
> not done
> path includes Haina
> path includes Weekly/2024
> path includes Weekly/<% moment(tp.file.title).format('YYYY') %>
> filter by function task.status.name === 'forwarded'
> sort by path reverse
> sort by heading
@ -117,7 +116,7 @@ for (let day = 0; day < 2; day++) {
> ```tasks
> not done
> path includes Haina
> path includes Weekly/2024
> path includes Weekly/<% moment(tp.file.title).format('YYYY') %>
> filter by function (task.status.name === 'idea' || task.status.name === 'important'|| task.status.name === 'fire')
> sort by path reverse
> sort by heading
@ -128,7 +127,7 @@ for (let day = 0; day < 2; day++) {
> ```tasks
> not done
> path includes Haina
> path includes Weekly/2024
> path includes Weekly/<% moment(tp.file.title).format('YYYY') %>
> filter by function task.status.name === 'question'
> sort by path reverse
> sort by heading
@ -138,7 +137,7 @@ for (let day = 0; day < 2; day++) {
>
> ```tasks
> path includes Haina
> path includes Weekly/2024
> path includes Weekly/<% moment(tp.file.title).format('YYYY') %>
> filter by function task.status.name === 'canceled'
> sort by path reverse
> sort by heading
@ -149,7 +148,7 @@ for (let day = 0; day < 2; day++) {
> ```tasks
> not done
> path includes Haina
> path includes Weekly/2024
> path includes Weekly/<% moment(tp.file.title).format('YYYY') %>
> (filter by function task.status.type === 'TODO')