Skip to content

Daily Notes

Daily notes give you a fresh page for each day — perfect for journaling, logging meetings, or capturing quick thoughts.

Creating a Daily Note

Click the calendar icon in the sidebar header or use the command palette to open today's daily note. If one doesn't exist, FoldNotes creates it automatically.

Each daily note:

  • Is stored in .daily/YYYYMMDD.md (e.g. .daily/20260403.md)
  • Starts with a heading like # Thursday 3 April 2026
  • Has a special daily field in its front matter linking it to the date
  • Cannot be renamed (the filename is the date)

The sidebar can show a calendar view that highlights days with existing daily notes. Click any day to open or create that day's note.

Appending to Daily Notes

The quickest way to add to today's daily note is via the command line tool:

fn daily append "Met with Sarah about the design review"

Or use an Apple Shortcut for hands-free voice capture.

Tasks in Daily Notes

Daily notes support the same task syntax as regular notes:

# Thursday 3 April 2026

- [ ] Review PR #42 due:2026-04-03 priority:high
- [x] Send weekly report done:2026-04-03
- [ ] Book flight for conference

Tasks from daily notes appear in the Inspector's Tasks tab alongside tasks from all other notes.