vault backup: 2024-05-20 15:37:26

Affected files:
Haina/Templates/W-log.md
Haina/Weekly/2024/2024-W21.md
main
Lei OT 1 year ago
parent 17e407dafa
commit 3e415f3c2e

@ -86,7 +86,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 === 'incomplete')
> sort by heading
> sort by path reverse
> ```
@ -107,18 +107,18 @@ for (let day = 0; day < 2; day++) {
> not done
> path includes Haina
> path includes Weekly/2024
> filter by function task.status.name === 'Deferred'
> filter by function task.status.name === 'forwarded'
> sort by heading
> sort by path reverse
> ```
> [!tip] Idea
> [!tip] Idea, Important
>
> ```tasks
> not done
> path includes Haina
> path includes Weekly/2024
> filter by function task.status.name === 'Important'
> filter by function (task.status.name === 'idea' || task.status.name === 'important')
> sort by heading
> sort by path reverse
> ```
@ -129,18 +129,17 @@ for (let day = 0; day < 2; day++) {
> 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
> ```
> [!tip] Cancelled
> [!fail] Cancelled
>
> ```tasks
> not done
> path includes Haina
> path includes Weekly/2024
> filter by function task.status.name === 'Cancelled'
> filter by function task.status.name === 'canceled'
> sort by heading
> sort by path reverse
> ```

@ -36,6 +36,7 @@ tags:
4. [I] 支付中心: 收款提示: 发到SalesCRM
5. [I] 检索: 多媒体消息: 文件, 链接
6. [I] 发送搜索`多媒体中心` 的图片
7. [ ]
#### HT 统计
1. GH例会数据:
@ -120,10 +121,9 @@ tags:
> sort by path reverse
> ```
> [!tip] Cancelled
> [!fail] Cancelled
>
> ```tasks
> not done
> path includes Haina
> path includes Weekly/2024
> filter by function task.status.name === 'canceled'

Loading…
Cancel
Save