Skip to content

Date Notes

Date Notes allow you to leverage your existing daily notes structure. You can enable Date Notes globally in the settings, under Date Notes. For example, Breadcrumbs can add edges from 2022-01-01 to 2022-01-02, to 2022-01-03 using the field you specify.

flowchart LR
	1(2022-01-01) -- next --> 2(2022-01-02) -- next --> 3(2022-01-03)

The Set up… button at the top of the Date Notes settings section opens a one-click configuration modal. It lets you choose which period levels to enable, whether to use period-specific edge fields (e.g. next_week / prev_week instead of the generic next / prev), and the week start day. On confirm it:

  • Enables the selected period levels
  • Creates any missing edge fields and adds them to the nexts / prevs field groups
  • Bumps the up / down transitive-rule rounds to 3 so the hierarchy chains automatically (daily → week → month → quarter → year)
  • Adds next ↔ prev reversal rules for each period-specific field

The modal remembers your last choices.

  • Enable: Toggle Date Notes on or off
  • Default Field: Choose the field to use for the edges
  • Date Format: Choose the date format you use for your daily notes (e.g. yyyy-MM-dd)
  • Stretch to Existing: If there is a gap from one day to another, should the next note be the unresolved one in one day or should it “stretch” to the next resolved (existing) note?
  • Week Starts On: Controls how daily notes map to week notes.
    • Monday (ISO) — default; uses standard ISO week numbering (kkkk-'W'WW).
    • Sunday (US) — shifts Sundays forward by one day before the ISO week lookup, so a Sunday is treated as the start of the following week. Use this if your weekly notes follow US-style week numbering.

In addition to daily edges, Date Notes can build a temporal hierarchy by connecting daily notes up to their containing week, month, quarter, and year notes. Each period level is configured independently under Settings → Date Notes → Period Notes.

flowchart LR
	1(2024-01-15) -- up --> 2(2024-W03) -- up --> 3(2024-01) -- up --> 4(2024-Q1) -- up --> 5(2024)

Each period level (Week, Month, Quarter, Year) has its own sub-section with the following settings:

  • Enabled: Toggle this period level on or off

  • Date Format: The Luxon format matching the filename stem of your period notes

    PeriodDefault formatExample filename
    Weekkkkk-'W'WW2024-W03
    Monthyyyy-MM2024-03
    Quarteryyyy-'Q'q2024-Q1
    Yearyyyy2024
  • Folder: Vault folder containing the period notes. Leave empty to match notes anywhere in the vault.

  • Next Field: The field used for sequential edges between period notes of the same level (e.g. 2024-W032024-W04)

  • Up Field: The field used for containment edges from a child note up to its period note (e.g. 2024-01-152024-W03)