BlueRoseNote/09-Templates/文件夹目录模板.md

17 lines
316 B
Markdown
Raw Permalink Normal View History

2023-06-29 11:55:02 +08:00
<!--此模板用于插入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
```