diff --git a/Haina/Templates/W-log.md b/Haina/Templates/W-log.md index bd8395f..095bebf 100644 --- a/Haina/Templates/W-log.md +++ b/Haina/Templates/W-log.md @@ -66,7 +66,13 @@ for (let day = 0; day < 2; day++) { -## 未完成 +--- + +> [!check] Latest 2 weeks +> +> ```tasks +> done after last monday +> ``` > [!todo] In Progress > @@ -74,7 +80,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 === 'In Progress') > sort by heading > sort by path reverse > ``` @@ -110,4 +116,26 @@ for (let day = 0; day < 2; day++) { > filter by function task.status.name === 'Question' > sort by heading > sort by path reverse -> ``` \ No newline at end of file +> ``` + +> [!tip] Cancelled +> +> ```tasks +> not done +> path includes Haina +> path includes Weekly/2024 +> filter by function task.status.name === 'Cancelled' +> sort by heading +> sort by path reverse +> ``` + +> [!todo] Todo +> +> ```tasks +> not done +> path includes Haina +> path includes Weekly/2024 +> (filter by function task.status.name === 'Todo') +> sort by heading +> sort by path reverse +> ```