一言

 仙,这虚无缥缈的东西不要也罢,但怎能失去你! —— 《遮天》 · 妖皇

☁️行云(闪念笔记)

👣跬步(任务列表)

TABLE 
	urgency + consequence AS "评分",
	status AS "状态", 
	area AS "领域", 
	expire AS "截止日期"
FROM "10-PROJECTS"
WHERE date(expire) >= date(this.file.frontmatter.title)
SORT urgency + consequence DESC

🌞日新(行动记录)

TABLE file.ctime AS "创建时间", file.mtime AS "最后修改时间"
WHERE file.mtime >= date("2026-03-22") AND file.mtime < date("2026-03-22") + dur(1 day) OR file.ctime = date("2026-03-22")
SORT file.mtime DESC

🌙温故(每日总结)

今日复盘

  • 今天最大的收获是什么?
  • 今天遇到的挑战是什么?
  • 明天可以改进的地方是什么?