Files
StudyDiary/09-Templates/文件夹目录模板.md
T
2026-07-23 20:36:13 +08:00

21 lines
376 B
Markdown
Executable File

---
created: 2025-08-30T11:45
updated: 2025-09-22T13:27
---
<!--此模板用于插入FolderNote页面中以实现自定义的目录概览作用-->
```tagcloud
source: query
query: "<% tp.file.folder(true) %>"
minFontSize: 5
weight: 3
shuffle: true
```
```dataview
TABLE excerpt AS Comment, file.cday AS Date
FROM "<% tp.file.folder(true) %>"
WHERE date>0
SORT date asc
```