```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 ```