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)
Quick Setup
Section titled “Quick Setup”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/prevsfield groups - Bumps the
up/downtransitive-rule rounds to 3 so the hierarchy chains automatically (daily → week → month → quarter → year) - Adds
next ↔ prevreversal rules for each period-specific field
The modal remembers your last choices.
Settings
Section titled “Settings”- 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)- Refer to the Luxon documentation for the full list of date formats
- 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.
- Monday (ISO) — default; uses standard ISO week numbering (
Period Notes
Section titled “Period Notes”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
Period Default format Example filename Week kkkk-'W'WW2024-W03Month yyyy-MM2024-03Quarter yyyy-'Q'q2024-Q1Year yyyy2024 -
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-W03→2024-W04) -
Up Field: The field used for containment edges from a child note up to its period note (e.g.
2024-01-15→2024-W03)