Append to your Obsidian daily note without opening your iPhone
Adding one line to today's note should be trivial. Instead it means opening an app, finding the note and placing the cursor at the end. This page compares three routes on a single axis — how little you have to touch your iPhone — and covers the settings that most often make an append go missing.
Three routes exist. (1) Obsidian's built-in capture actions since 1.11 — appends without opening the app, least setup. (2) Shortcuts plus the obsidian:// URL scheme — most flexible, but Obsidian comes to the foreground each time and you maintain the URL yourself. (3) An app that writes straight into the vault folder — reaches the note from your voice or your watch, phone still in your pocket. If "don't open the app" is enough, take route 1; if you want "don't take out the phone", take route 3. And when an append goes missing, the cause is nearly always the same regardless of route: a mismatched date format or folder.
"Without opening your iPhone" has three levels
Different writers mean different things by it. Decide which level you actually want and the route follows. Most tutorials mean level 1 — which still leaves taking the phone out of your pocket in the loop.
Don't open Obsidian
You still pick up the phone, but you skip launching Obsidian and hunting for the note — you type into a shortcut icon or widget instead. The win is no app launch and no waiting on sync.
Don't open any app
The phone is in your hand, but you start from a physical entry point — the Action button or a back tap — rather than hunting for an icon. That removes a few seconds between the thought and the first character. Whether it works from the lock screen is the deciding detail here.
Don't take the phone out at all
You capture by voice (Siri, AirPods) or from an Apple Watch, phone still in your pocket. This is the only level that works when you can't look at a screen at all — walking, cooking, before bed. Reaching it changes not how fast you capture but how many moments you can capture in.
The three routes compared
| Aspect | 1. Built-in capture actions | 2. Shortcuts + URL scheme | 3. App writing to the vault |
|---|---|---|---|
| Level reached | Lv.1〜2 | Lv.1〜2 | Lv.3 |
| Does Obsidian open? | Does not open | Opens every time | Does not open |
| Setup required | Drop in one action | URL, date format, encoding | Pick the folder once |
| Voice-only | △ Siri supported | × app opens | ◎ |
| From Apple Watch | × | × | △ only apps with a watch app |
| Works offline? | ◎ if the vault is local | ◎ same | ◎ |
| Fragility | Low | High breaks silently | Low |
Why the append goes missing — the three big causes
Every route trips on this, and the cruel part is that the write usually succeeded — just into a file you aren't looking at. Nothing errors, so people often notice weeks later.
The date format doesn't match
Obsidian's daily note defaults to YYYY-MM-DD, but plenty of people switch it to YYYY/MM/DD, YYYYMMDD or something with a weekday in it. If the sending side still assumes the default, it aims at a filename that doesn't exist and creates it.
- Open Settings → Daily notes in Obsidian.
- Note the exact date format string shown there.
- Make your shortcut's date format character-for-character identical.
The folder is missing from the path
Your daily notes live in Journal/ or similar, but the sender passes only a filename. A same-named note gets created at the vault root instead, and one accumulates every day somewhere your calendar view never shows.
Fix it by passing the full path including the folder. Any strays are findable by searching the vault for the filename — check their contents before deleting, they usually aren't empty.
Today's note doesn't exist yet
A setup that only appends to an existing note has nowhere to put your first thought of the morning, before you've opened Obsidian that day. That's the "works from noon, fails at breakfast" pattern. If you use templates, an auto-created note may also skip the template.
Choose a route that creates the note before appending, or collect into a fixed inbox note that doesn't depend on the date — which removes this cause entirely.
Until your workflow settles, collecting into one fixed file beats targeting daily notes. It depends on neither the date format nor the folder setting, so all three causes above become impossible. Switch to daily notes later if you want a chronological log — nothing captured so far is lost.
Reaching level 3 — from your voice and your wrist
Simple Memo is a route 3 app. Each note you send arrives in your own inbox by email and is appended, one line at a time, to the daily note in your vault folder in iCloud Drive — without opening Obsidian. No community plugin, no shortcut to build; setup is picking the vault folder once.
# 2026-08-11
- 09:14 駅で思いついた記事の見出し案
- 12:38 ランチで聞いた競合の新機能をあとで調べる
- 21:05 読み終えた本の引用メモ
- Turn on Obsidian integration
Settings → Advanced → Obsidian integration. - Pick your vault folder
Choose your vault folder in iCloud Drive. The app stores access to that folder only. - Choose the destination
Daily note or a fixed inbox note. For daily notes, confirm Obsidian is naming filesyyyy-MM-dd.md. - Then just send
From then on, each note is appended as- HH:mm note. It can take a few seconds to appear in Obsidian on other devices while iCloud syncs.
If you've customised where daily notes are stored or how they're named, the append may land elsewhere; choosing the fixed inbox note guarantees a single destination. The target folder must be in iCloud Drive or On My iPhone and reachable from the Files app. A vault kept only in Obsidian Sync may not appear in the picker, in which case the app falls back to the URL scheme (Obsidian briefly opens to append). This is not an official Obsidian app or plugin — it's an independent app by Yurica Inc. Obsidian is a trademark of Dynalist Inc.
FAQ
I appended, but nothing appeared in the note
What happens if today's note doesn't exist yet?
Daily note or inbox note — which should I use?
Can I control where in the note it lands?
It appended but doesn't show on my other devices
Can I append without installing a plugin?
Related pages
References
- Obsidian Help — Official help for daily note date formats, locations and templates
- Obsidian 1.11 Mobile changelog — The release that added Shortcuts actions able to append without opening the app
- Obsidian Help — Obsidian URI — Official reference for the URL scheme's actions and parameters
- Shortcuts User Guide (Apple) — Apple's official guide to actions, automations and date formatting
- Simple Memo - for Obsidian — App Store — App Store download page