This commit is contained in:
2023-06-29 11:55:02 +08:00
commit 36e95249b1
1236 changed files with 464197 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
```