~ Records
Events | Ideas | Meetings | Nice Things
Showing the latest dates
TABLE WITHOUT ID
choice(contains(file.path, "Calendar/Records/Nice Things"),
"🌈 " + file.link,
file.link) as "Events",
dateformat(created, "EEE, MMM dd, yyyy") as Date
WHERE
contains(collection,this.file.link) and
!contains(file.name, "Template")
SORT file.name desc
LIMIT 77