Searchable across years
Markdown means grep works. Find the day the GP changed Mum's meds in seconds, years later.
Obsidian Coordinators already write a daily note. Pipe Getwello check-ins, visits and Family Room highlights straight into the day's file and a year from now you can scroll back through Mum's whole care arc in the same place you keep work notes and reading lists.
Coordinator-only. Included in the £4.99 plan. Same day to set up.
Markdown means grep works. Find the day the GP changed Mum's meds in seconds, years later.
Your vault lives on your machine. No cloud database, no vendor lock-in. Obsidian Sync optional.
Tag entries by mood, visitor, event. Obsidian's graph view surfaces patterns over time.
Templater for structure, Dataview for queries, Calendar for navigation. Build the workflow you want.
# Tuesday 11 June
## Mum (auto-synced)
- ✓ Check-in 08:14 · mood fine #well
- 📅 James visiting 14:00 #james
- 💬 GP appointment confirmed Thursday
## Work
- [ ] Planning doc review
- [ ] Email Sarah re Q3
## Read
- Chapter 4 of the systems bookEach morning, the integration appends a 'Mum (auto-synced)' section to today's note. By Sunday evening, the week's check-ins, mood scores, visit log and notable Family Room moments are all there. The Sunday review template knows where to look.
Settings → Community plugins → Search 'Local REST API' → Install + Enable. Note the access token in the plugin settings.
Cloudflare Worker (most flexible), n8n (most visual), Zapier (simplest). The relay receives our webhook, formats markdown, calls the REST API plugin to append.
Settings → Developer API → Webhooks. URL is your relay. Tick all four event types.
Edit the relay to format entries the way you like. Bullet under a heading, tagged, with a timestamp. Reload Obsidian, check the daily note, iterate.
Not natively, but the Local REST API plugin exposes endpoints that any webhook receiver can target. Alternatively, a tiny script can write directly into the vault's markdown files, which Obsidian picks up instantly.
Most setups append to the current daily note. The Templater plugin can structure entries (## Mum, then bullet points). Some use a dedicated 'Mum log' note for cleaner separation.
Yes. Once a file lands in the vault, Sync pushes it to every device. The integration writes to your local vault, Obsidian Sync handles propagation.
Yes. Tag check-ins (#well, #mood-low) and visit entries (#james, #chloe). Obsidian's graph and dataview plugins surface patterns over weeks and months.
Your vault is yours. Obsidian doesn't see your notes (no cloud component unless you use Sync). The integration writes locally, you decide what syncs.
Some families wire two or three at the same time. The webhook fans out, the API keys stay the same.
See every integration or jump to the Developer API overview.
Mint your first API key in two minutes. Coordinator-only. Included in the £4.99 family plan.