_inbox-files-to-sort

(this report omits files that start with a _)

these are not the date-stamped “capture” items, just new notes:

list
from "inbox"
where !startswith(file.name, "_") AND
!startswith(file.name, "20") AND
file.name != "sticky"
sort file.ctime DESC

these include the date-stamped “capture” items and new notes:

list
from "inbox"
where !startswith(file.name, "_") AND
file.name != "sticky"
sort file.ctime