This commit is contained in:
2025-08-02 12:09:34 +08:00
commit e70b01cdca
2785 changed files with 575579 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<!--此模板用于插入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
```