TABLE WITHOUT ID file.link as "Post", dateformat(date, "MMMM yyyy") as "Date"
WHERE publish = "true"
AND file.name != "index"
AND file.folder != "Excalidraw"
SORT choice(date, file.ctime, date) DESCTABLE WITHOUT ID file.link as "Post", dateformat(date, "MMMM yyyy") as "Date"
WHERE publish = "true"
AND file.name != "index"
AND file.folder != "Excalidraw"
SORT choice(date, file.ctime, date) DESC