vault backup: 2025-02-07 15:26:58

Affected files:
Haina/Templates/W-log.md
Haina/Weekly/2025/2025-W07.md
main
Lei OT 5 months ago
parent f45ea1a64c
commit 3143f67b50

@ -73,8 +73,8 @@ for (let day = 0; day < 2; day++) {
> ```tasks > ```tasks
> not done > not done
> path includes Haina > path includes Haina
> path includes Weekly/2024 > path includes Weekly/<% moment(tp.file.title).format('YYYY') %>
> (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 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') > (filter by function task.status.name === 'Todo')
> sort by path reverse > sort by path reverse
> sort by heading > sort by heading
@ -85,7 +85,7 @@ for (let day = 0; day < 2; day++) {
> ```tasks > ```tasks
> not done > not done
> path includes Haina > path includes Haina
> path includes Weekly/2024 > path includes Weekly/<% moment(tp.file.title).format('YYYY') %>
> (filter by function task.status.name === 'incomplete') > (filter by function task.status.name === 'incomplete')
> sort by path reverse > sort by path reverse
> sort by heading > sort by heading
@ -96,7 +96,6 @@ for (let day = 0; day < 2; day++) {
> ```tasks > ```tasks
> done after last monday > done after last monday
> path includes Haina > path includes Haina
> path includes Weekly/2024
> sort by path reverse > sort by path reverse
> sort by heading > sort by heading
> ``` > ```
@ -106,7 +105,7 @@ for (let day = 0; day < 2; day++) {
> ```tasks > ```tasks
> not done > not done
> path includes Haina > path includes Haina
> path includes Weekly/2024 > path includes Weekly/<% moment(tp.file.title).format('YYYY') %>
> filter by function task.status.name === 'forwarded' > filter by function task.status.name === 'forwarded'
> sort by path reverse > sort by path reverse
> sort by heading > sort by heading
@ -117,7 +116,7 @@ for (let day = 0; day < 2; day++) {
> ```tasks > ```tasks
> not done > not done
> path includes Haina > 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') > filter by function (task.status.name === 'idea' || task.status.name === 'important'|| task.status.name === 'fire')
> sort by path reverse > sort by path reverse
> sort by heading > sort by heading
@ -128,7 +127,7 @@ for (let day = 0; day < 2; day++) {
> ```tasks > ```tasks
> not done > not done
> path includes Haina > path includes Haina
> path includes Weekly/2024 > path includes Weekly/<% moment(tp.file.title).format('YYYY') %>
> filter by function task.status.name === 'question' > filter by function task.status.name === 'question'
> sort by path reverse > sort by path reverse
> sort by heading > sort by heading
@ -138,7 +137,7 @@ for (let day = 0; day < 2; day++) {
> >
> ```tasks > ```tasks
> path includes Haina > path includes Haina
> path includes Weekly/2024 > path includes Weekly/<% moment(tp.file.title).format('YYYY') %>
> filter by function task.status.name === 'canceled' > filter by function task.status.name === 'canceled'
> sort by path reverse > sort by path reverse
> sort by heading > sort by heading
@ -149,7 +148,7 @@ for (let day = 0; day < 2; day++) {
> ```tasks > ```tasks
> not done > not done
> path includes Haina > path includes Haina
> path includes Weekly/2024 > path includes Weekly/<% moment(tp.file.title).format('YYYY') %>
> (filter by function task.status.type === 'TODO') > (filter by function task.status.type === 'TODO')
> sort by path reverse > sort by path reverse
> sort by heading > sort by heading

@ -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
> ```
Loading…
Cancel
Save