Daily Note Injection
What it does
Section titled “What it does”If you keep daily notes, turn on this option. For example, your notes can use Daily/2026-04-28.md. On each export, the app merges selected metrics into the YAML frontmatter. It does not change the rest of the note.
---
title: Tuesday note
mood: focused
---
Wrote launch notes…
---
title: Tuesday note
mood: focused
steps: 12642
sleep_total_hours: 7.31
workout_count: 1
---
Wrote launch notes…
Optionally, the app can also inject Markdown sections (Sleep, Activity, Heart, etc.) into the note body. Those sections are app-managed: replaced cleanly on each export. Headings you write yourself stay untouched.
Location
Section titled “Location”Filename placeholders
Section titled “Filename placeholders”Mix and match:
{date}, full ISO date (2026-04-28){year},{month},{day}{weekday}, short name (Tue){monthName}, long name (April){quarter}, Q1 / Q2 / Q3 / Q4
Example: {year}/{monthName}/{date}-{weekday} → 2026/April/2026-04-28-Tue.md. The preview line below the field shows the resolved path live.
Options
Section titled “Options”Which metrics get injected
Section titled “Which metrics get injected”Daily Note Injection uses your selections in Health Metrics. There is no separate selector. Change the metric selection there to change Daily Note Injection.
Frontmatter preview
Section titled “Frontmatter preview”The bottom of the Daily Note Injection screen has a live preview of the frontmatter that will be merged. This updates as you change metric selection or the format customization frontmatter fields.
If your existing daily note already has frontmatter, the app preserves your keys and adds/updates only the keys it owns. App-managed body sections are wrapped in HTML comments so re-runs are idempotent.