This note collects all notes where the collection
property says Clippings
.
TABLE WITHOUT ID
file.link as Note,
dateformat(created, "EEE, MMM dd, yyyy") as "Date Created"
WHERE
contains(collection,this.file.link)
SORT created desc
LIMIT 333
Apr 24, 20251 min read
This note collects all notes where the collection
property says Clippings
.
TABLE WITHOUT ID
file.link as Note,
dateformat(created, "EEE, MMM dd, yyyy") as "Date Created"
WHERE
contains(collection,this.file.link)
SORT created desc
LIMIT 333