HomePage 1

=date(today).year

✨ 今天是 =dateformat(date(today),"DD"),我们已经走到了今年的第 =dateformat(date(today),"WW") 周!⏳

到今天为止,=date(today).year 年已经过去了 =(date(today)-date(date(today).year + "-01-01")).days + 1 天,剩下的 =(date((date(today).year+1 + "-01-01"))-date(today)).days 天将如何度过呢?

20251222-HomePage.png

收集箱

title: 
collapse: open 

```tasks
not done 
no scheduled date
sort by created
filter by function task.status.name !== "Future&Perhaps"
hide tags
short mode
show tree
limit 9
``` 

笔记整理

title: 
collapse: open 

```dataview
LIST
FROM "Read"
WHERE progress = "100%"
WHERE !done
SORT progress
```

重点项目

title: 
collapse: open 

```dataview
LIST
FROM #project  
WHERE !contains(file.path,"Template")
WHERE !done
WHERE focus
SORT created DESC
```

将来/也许

title: 
collapse: open 

```tasks
not done 
filter by function task.status.name === "Future&Perhaps"
group by tags
hide tags
short mode
show tree
``` 

项目

title: 
collapse: open 

```dataview
LIST
FROM #project
WHERE !done
WHERE !focus
WHERE !contains(file.path,"Template")
SORT created ASC
```

阅读中

title: 
collapse: open 

```dataview
TABLE WITHOUT ID
file.link as "书名",
readingTime as "阅读时长",
progress as "进度"
FROM "Read"
WHERE !done
WHERE progress != "100%"
WHERE progress != "0%"
SORT progress
```

归档

项目

持续进行

title: 
collapse: open 

```dataview
LIST
FROM #project  
WHERE !contains(file.path,"Template")
WHERE done
SORT created ASC
```

过时

title: 
collapse: open 

```dataview
LIST
FROM #project  
WHERE !contains(file.path,"Template")
WHERE done
SORT created ASC
```

阅读

title: 
collapse: open 

```dataview
TABLE WITHOUT ID
file.link as "书名",
readingTime as "阅读时长",
progress as "进度"
FROM "Read"
WHERE done
WHERE progress = "100%"
SORT progress
```

本周完成(=date(today).year-W=dateformat(date(today),"WW")

title: 
collapse: open 

```tasks
done 
done in this week
sort by scheduled
group by tags
hide tags
short mode
show tree
``` 

写作

Rule

  1. 分块: 三年一阶段。
  2. 定向: 明确目标。
  3. 分解: 以终为始,逆向倒推,目标拆解。
  4. 统筹: 在当前阶段内,统筹目标,进一步分解目标。
  5. ⚙️ 部署: 以一天为最小执行单位,部署落地,可执行目标。
  6. 复盘: 以一周为最小执行单位,复盘反思,起到总结、监督、求变的效果,持续执行。
  7. 关联:
  8. 聚合:
  9. 延伸:
posted @ 2025-12-22 09:15  阿虎头  阅读(0)  评论(0)    收藏  举报