From 3143f67b5093051439c41d363ccff3ca476038f2 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Fri, 7 Feb 2025 15:26:58 +0800 Subject: [PATCH] vault backup: 2025-02-07 15:26:58 Affected files: Haina/Templates/W-log.md Haina/Weekly/2025/2025-W07.md --- Haina/Templates/W-log.md | 17 +++-- Haina/Weekly/2025/2025-W07.md | 114 ++++++++++++++++++++++++++++++++++ 2 files changed, 122 insertions(+), 9 deletions(-) create mode 100644 Haina/Weekly/2025/2025-W07.md diff --git a/Haina/Templates/W-log.md b/Haina/Templates/W-log.md index 9de791c..c89071f 100644 --- a/Haina/Templates/W-log.md +++ b/Haina/Templates/W-log.md @@ -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') > sort by path reverse > sort by heading diff --git a/Haina/Weekly/2025/2025-W07.md b/Haina/Weekly/2025/2025-W07.md new file mode 100644 index 0000000..d441d1c --- /dev/null +++ b/Haina/Weekly/2025/2025-W07.md @@ -0,0 +1,114 @@ +--- +Created: 2025-02-07 Fri +Updated: +tags: + - 周报 +--- +[[Haina/Yearly/2025|2025]] / [[Haina/Quarterly/2025-Q1|Q1]] / [[Haina/Monthly/2025-02|February]] / ❮ [[Haina/Weekly/2025/2025-W06|Week 6]] | Week 7 | [[Haina/Weekly/2025/2025-W08|Week 8]] ❯ / [[Haina/Daily/2025-02-03|03 Mon]] - [[Haina/Daily/2025-02-04|04 Tue]] - [[Haina/Daily/2025-02-05|05 Wed]] - [[Haina/Daily/2025-02-06|06 Thu]] - [[Haina/Daily/2025-02-07|07 Fri]] - [[Haina/Daily/2025-02-08|08 Sat]] - [[Haina/Daily/2025-02-09|09 Sun]] ❯ [[Haina/Daily/2025-02-10|10 Mon]] - [[Haina/Daily/2025-02-11|11 Tue]] - + +--- + +*2025-02-11 Tue* + +## 上周工作 + +### 重点工作 +#### +1. + +### 维护工作 +#### +1. + +## 本周计划 +1. + + + +--- + +> [!todo] Not done +> +> ```tasks +> not done +> path includes Haina +> path includes Weekly/2025 +> (path includes W05) OR (path includes W06 ) +> (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/2025 +> (filter by function task.status.name === 'incomplete') +> sort by path reverse +> sort by heading +> ``` + +> [!check] Latest 2 weeks +> +> ```tasks +> done after last monday +> path includes Haina +> sort by path reverse +> sort by heading +> ``` + +> [!note] Deferred +> +> ```tasks +> not done +> path includes Haina +> path includes Weekly/2025 +> filter by function task.status.name === 'forwarded' +> sort by path reverse +> sort by heading +> ``` + +> [!tip] Idea, Important +> +> ```tasks +> not done +> path includes Haina +> path includes Weekly/2025 +> filter by function (task.status.name === 'idea' || task.status.name === 'important'|| task.status.name === 'fire') +> sort by path reverse +> sort by heading +> ``` + +> [!faq] Question +> +> ```tasks +> not done +> path includes Haina +> path includes Weekly/2025 +> filter by function task.status.name === 'question' +> sort by path reverse +> sort by heading +> ``` + +> [!fail] Cancelled +> +> ```tasks +> path includes Haina +> path includes Weekly/2025 +> filter by function task.status.name === 'canceled' +> sort by path reverse +> sort by heading +> ``` + +> [!todo] Todo +> +> ```tasks +> not done +> path includes Haina +> path includes Weekly/2025 +> (filter by function task.status.type === 'TODO') +> sort by path reverse +> sort by heading +> ```