table file.name as "文档", file.cday as "创建时间" from "002hexoblog/source/_posts/编程/项目" sort file.name ascending
本月日记
1 2 3 4 5
table file.name as "日记", file.cday as "创建时间" from "002hexoblog/source/_posts/日记/2025" or "source/_posts/日记/2025" where file.frontmatter.year = this.file.frontmatter.year where file.frontmatter.month = this.file.frontmatter.month sort file.name ascending