diff --git a/Haina/Templates/W-log.md b/Haina/Templates/W-log.md index cd15d8f..bd8395f 100644 --- a/Haina/Templates/W-log.md +++ b/Haina/Templates/W-log.md @@ -68,12 +68,46 @@ for (let day = 0; day < 2; day++) { ## 未完成 -> [!check] +> [!todo] In Progress > > ```tasks > not done > path includes Haina > path includes Weekly/2024 +> filter by function task.status.name === 'In Progress' > sort by heading > sort by path reverse > ``` + +> [!note] Deferred +> +> ```tasks +> not done +> path includes Haina +> path includes Weekly/2024 +> filter by function task.status.name === 'Deferred' +> sort by heading +> sort by path reverse +> ``` + +> [!tip] Idea +> +> ```tasks +> not done +> path includes Haina +> path includes Weekly/2024 +> filter by function task.status.name === 'Important' +> sort by heading +> sort by path reverse +> ``` + +> [!faq] Question +> +> ```tasks +> not done +> path includes Haina +> path includes Weekly/2024 +> filter by function task.status.name === 'Question' +> sort by heading +> sort by path reverse +> ``` \ No newline at end of file diff --git a/Haina/Weekly/2024/2024-W21.md b/Haina/Weekly/2024/2024-W21.md index 3f1d0fc..61dd0b5 100644 --- a/Haina/Weekly/2024/2024-W21.md +++ b/Haina/Weekly/2024/2024-W21.md @@ -48,7 +48,7 @@ tags: ## 未完成 -> [!check] In Progress +> [!todo] In Progress > > ```tasks > not done @@ -59,18 +59,18 @@ tags: > sort by path reverse > ``` -> [!check] Deffered +> [!note] Deferred > > ```tasks > not done > path includes Haina > path includes Weekly/2024 -> filter by function task.status.name === 'Deffered' +> filter by function task.status.name === 'Deferred' > sort by heading > sort by path reverse > ``` -> [!check] Idea +> [!tip] Idea > > ```tasks > not done @@ -81,7 +81,7 @@ tags: > sort by path reverse > ``` -> [!check] Question +> [!faq] Question > > ```tasks > not done @@ -90,4 +90,15 @@ tags: > filter by function task.status.name === 'Question' > sort by heading > sort by path reverse +> ``` + +> [!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 > ``` \ No newline at end of file