diff --git a/Haina/Templates/W-log.md b/Haina/Templates/W-log.md index 095bebf..95aac00 100644 --- a/Haina/Templates/W-log.md +++ b/Haina/Templates/W-log.md @@ -68,10 +68,16 @@ for (let day = 0; day < 2; day++) { --- -> [!check] Latest 2 weeks +> [!todo] Not done > > ```tasks -> done after last monday +> not done +> path includes Haina +> path includes Weekly/2024 +> path includes W20 +> (filter by function task.status.name === 'Todo') +> sort by heading +> sort by path reverse > ``` > [!todo] In Progress @@ -85,6 +91,16 @@ for (let day = 0; day < 2; day++) { > sort by path reverse > ``` +> [!check] Latest 2 weeks +> +> ```tasks +> done after last monday +> path includes Haina +> path includes Weekly/2024 +> sort by heading +> sort by path reverse +> ``` + > [!note] Deferred > > ```tasks @@ -135,7 +151,7 @@ for (let day = 0; day < 2; day++) { > not done > path includes Haina > path includes Weekly/2024 -> (filter by function task.status.name === 'Todo') +> (filter by function task.status.type === 'TODO') > sort by heading > sort by path reverse > ``` diff --git a/Haina/Weekly/2024/2024-W21.md b/Haina/Weekly/2024/2024-W21.md index 16b7b9d..9d7ea31 100644 --- a/Haina/Weekly/2024/2024-W21.md +++ b/Haina/Weekly/2024/2024-W21.md @@ -42,6 +42,7 @@ tags: 1. **未重现** 猜测是时区原因, 已更新为设置北京时间 2. #新增 海外反馈表需求 ✅ 2024-05-17 + ## 本周计划 1. @@ -109,7 +110,7 @@ tags: > 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 > ``` @@ -131,7 +132,7 @@ tags: > not done > path includes Haina > path includes Weekly/2024 -> (filter by function task.status.name === 'Todo') +> (filter by function task.status.type === 'TODO') > sort by heading > sort by path reverse > ```