知识库主页
所有知识的入口。
快速导航
最近编辑
TABLE file.mtime AS "修改时间", tags
FROM ""
WHERE file.name != "HOME" AND !contains(file.path, "templates") AND !contains(file.path, ".obsidian")
SORT file.mtime DESC
LIMIT 8本周新增
LIST
FROM ""
WHERE file.ctime >= date(today) - dur(7 days)
WHERE file.name != "HOME" AND !contains(file.path, "templates")
SORT file.ctime DESC