dataview

#dataview

https://zhuanlan.zhihu.com/p/393550306
https://obsidian.rocks/dataview-in-obsidian-a-beginners-guide/
https://blacksmithgu.github.io/obsidian-dataview/queries/structure/

306

table file.folder as folder, file.etags as tags, file.ctime as date
from #storage
sort date desc

list file.day
from ""
sort file.mtime desc
TABLE WITHOUT ID (tag + "(" + length(rows.file.link) + ")") AS Tags, link(sort(rows.file.name)) AS Files
FROM ""
WHERE file.tags 
FLATTEN file.tags AS tag 
GROUP BY tag
SORT length(rows.file.link) DESC