@ -64,33 +64,56 @@ for (let day = 0; day < 2; day++) {
## 本周计划
## 本周计划
1.
1.
---
---
> [!danger] 🔴重要且紧急⏫🔺
>
> ```tasks
> not done
> path includes Haina
> path includes Weekly/2025
> filter by function (task.priorityName === 'High' || task.priorityName === 'Highest')
> sort by path reverse
> sort by heading
> ```
> [!todo] Not done
> [!warning] 🟠不重要紧急🔼
>
>
> ```tasks
> ```tasks
> not done
> not done
> path includes Haina
> path includes Haina
> path includes Weekly/<% moment(tp.file.title).format('YYYY') %>
> 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.priorityName === 'Medium')
> (filter by function task.status.name === 'Todo')
> sort by path reverse
> sort by path reverse
> sort by heading
> sort by heading
> ```
> ```
> [!todo] In Progress
> [!important] 🟡重要不紧急🔽
>
>
> ```tasks
> ```tasks
> not done
> not done
> path includes Haina
> path includes Haina
> path includes Weekly/<% moment(tp.file.title).format('YYYY') %>
> path includes Weekly/<% moment(tp.file.title).format('YYYY') %>
> (filter by function task.status.name === 'incomplete')
> (filter by function task.priorityName === 'Normal')
> sort by path reverse
> sort by heading
> ```
> [!info] 🟢不重要不紧急⏬
>
> ```tasks
> not done
> path includes Haina
> path includes Weekly/<% moment(tp.file.title).format('YYYY') %>
> filter by function (task.priorityName === 'Lowest' || task.priorityName === 'None')
> sort by path reverse
> sort by path reverse
> sort by heading
> sort by heading
> ```
> ```
---
> [!check] Latest 2 weeks
> [!check] Latest 2 weeks
>
>
> ```tasks
> ```tasks
@ -100,6 +123,29 @@ for (let day = 0; day < 2; day++) {
> sort by heading
> sort by heading
> ```
> ```
> [!todo] Not done
>
> ```tasks
> not done
> path includes Haina
> 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
> ```
> [!todo] In Progress
>
> ```tasks
> not done
> path includes Haina
> path includes Weekly/<% moment(tp.file.title).format('YYYY') %>
> (filter by function task.status.name === 'incomplete')