Files
personal-hub/90-dashboards/Inbox.md
T
Marcel Arndt a2ad5f5c6d import vault
2026-07-16 14:04:45 +02:00

336 B

Inbox

Entities without a parent — captured but not yet assigned to a context or project.

TABLE WITHOUT ID
  file.link AS "Entity",
  status,
  dateformat(date(created), "yyyy-MM-dd HH:mm") AS "Captured"
FROM "" AND !"90-dashboards" AND !"_templates"
WHERE !parent OR parent = "" AND !container
SORT created DESC