633 B
633 B
📇 Contacts
(rolodex card — perfect for people info)
📅 Meetings
TABLE WITHOUT ID file.link as Meeting
FROM ""
WHERE type = "meeting" AND project = this.file.link AND date >= date(today) AND date <= date(today) + dur(30 days)
SORT date ASC
📝 Notes
TABLE WITHOUT ID file.link as Note
FROM ""
WHERE type = "note" AND project = this.file.link
SORT date ASC
✅ Tasks
(green checkmark — clean and motivating)
📂 Documents
TABLE WITHOUT ID file.link as Document
FROM ""
WHERE contains(file.folder, "4. Docs")
SORT date ASC