iPhoneを開かず、Obsidianのデイリーノートへ追記するAppend to your Obsidian daily note without opening your iPhone
思いついたことを、その日のノートに1行足すだけ。それだけのことに、アプリを開いて・ノートを探して・カーソルを末尾に置いて、という手数がかかります。ここでは「どこまでiPhoneを触らずに済むか」という軸で3つのルートを比較し、追記が迷子になりやすい設定の合わせ方まで整理します。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.
デイリーノートに追記する道は大きく3つあります。①Obsidian 1.11以降のアプリ内蔵キャプチャアクション(Obsidianを開かずに追記できる。設定が最も少ない)、②ショートカット+obsidian:// URLスキーム(自由度は高いが、実行のたびObsidianが前面に開き、URLの組み立てを自分で保守する必要がある)、③保管庫フォルダへ直接書き込むアプリに任せる(iPhoneを取り出さず、声やApple Watchからでも届く)。「アプリを開かない」で足りるなら①、「iPhoneを取り出さない」まで求めるなら③です。そして追記が入らないときの原因は、経路によらず日付フォーマットと保存先フォルダの不一致がほとんどを占めます。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.
「iPhoneを開かず」には3段階ある"Without opening your iPhone" has three levels
この言葉は書き手によって指す範囲が違います。自分がどのレベルを求めているのかを先に決めると、選ぶべきルートが一意に決まります。多くの解説記事が「開かず」と書いているのはレベル1のことで、ポケットからiPhoneを出す動作そのものは残ります。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.
Obsidianを開かないDon't open Obsidian
iPhoneは手に取って操作しますが、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
iPhoneは手に取りますが、アクションボタンや背面タップなど物理的な入口から直接入力を始めます。ホーム画面を眺めてアイコンを探す時間がなくなるため、「思いついてから書き始めるまで」が数秒縮みます。ロック画面から起動できるかどうかがここの分かれ目です。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.
iPhoneを取り出さないDon't take the phone out at all
声(Siri・AirPods)またはApple Watchから入力し、iPhoneはポケットに入れたままにします。歩行中・運転前後・調理中・就寝前など、そもそも画面を見られない場面で唯一機能するレベルです。ここまで来ると、キャプチャできる場面の数そのものが変わります。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.
3つのルートを比較するThe three routes compared
| 項目Aspect | ① 内蔵キャプチャアクション1. Built-in capture actions | ② ショートカット+URLスキーム2. Shortcuts + URL scheme | ③ 保管庫へ直接書くアプリ3. App writing to the vault |
|---|---|---|---|
| 到達できるレベルLevel reached | Lv.1〜2 | Lv.1〜2 | Lv.3 |
| Obsidianが開くかDoes Obsidian open? | 開かない | 毎回開く | 開かない |
| 必要な準備Setup required | アクションを1つ置くDrop in one action | URL組み立て・日付書式・エンコードURL, date format, encoding | フォルダを一度選ぶPick the folder once |
| 声だけで完結Voice-only | △ Siri対応ありSiri supported | × アプリが開くapp opens | ◎ |
| Apple WatchからFrom Apple Watch | × | × | △ Watchアプリがあるものに限るonly apps with a watch app |
| 圏外で書けるかWorks offline? | ◎ 保管庫が端末にあればif the vault is local | ◎ 同上same | ◎ |
| 壊れやすさFragility | 低いLow | 高い 静かに壊れるbreaks silently | 低いLow |
デイリーノートに入らない — 3大原因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のデイリーノートは既定で YYYY-MM-DD ですが、これを YYYY/MM/DD や YYYYMMDD、あるいは曜日入りの書式に変えている人は少なくありません。送る側が既定のまま組み立てていると、存在しないファイル名を狙って新規作成してしまいます。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.
- Obsidian の 設定 → デイリーノート を開く。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
デイリーノートを 日記/ や Journal/ などのフォルダに置いているのに、送る側がファイル名だけを渡している場合です。結果として保管庫のルート直下に同名ノートが作られ、Obsidianのカレンダーからは見えない場所に毎日1枚ずつ増えていきます。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
「既存ノートへの追記」しか行わない設定だと、その日まだObsidianを開いていない朝いちばんのメモが行き場を失います。「昼からは動くのに朝だけ失敗する」という症状はこれです。テンプレートを使っている場合、自動作成されたノートにテンプレートが当たらないこともあります。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.
ノートが無ければ作ってから追記する経路を選ぶか、日付に依存しない固定のInboxノートに集める運用へ切り替えると、この原因は根本から消えます。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.
運用が固まっていないうちは、デイリーノートより固定の1ファイル(Inboxノート)に集めるほうが安全です。日付フォーマットにもフォルダ設定にも依存しないため、上の3大原因すべてが構造的に起きません。時系列のログにしたくなってからデイリーノートへ切り替えても、それまでの記録は失われません。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.
レベル3に到達する — 声とApple WatchからReaching level 3 — from your voice and your wrist
Obsidian連携シンプルメモは、ルート③にあたるアプリです。送信したメモが自分宛メールに届くと同時に、iCloud Drive上の保管庫フォルダのデイリーノートへ、Obsidianを開かずに1行ずつ追記されます。コミュニティプラグインもショートカットの自作も不要で、設定は保管庫フォルダを一度選ぶだけです。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 読み終えた本の引用メモ
- Obsidian連携をオンにするTurn on Obsidian integration
設定画面の「詳細設定」にある「Obsidian 連携」をオンにします。Settings → Advanced → Obsidian integration. - 保管庫フォルダを選ぶPick your vault folder
iCloud Drive内にあるObsidian保管庫のフォルダを選択します。アプリはそのフォルダへのアクセス権だけを保存します。Choose your vault folder in iCloud Drive. The app stores access to that folder only. - 追記先を選ぶChoose the destination
「デイリーノート」か「Inboxノート」を選びます。デイリーノートを使う場合は、Obsidian側のファイル名がyyyy-MM-dd.mdであることを確認してください。Daily note or a fixed inbox note. For daily notes, confirm Obsidian is naming filesyyyy-MM-dd.md. - あとは送るだけThen just send
以降、送信したメモが- HH:mm メモの形で自動追記されます。iCloud同期のため、他の端末のObsidianに反映されるまで数秒かかることがあります。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.
デイリーノートの保存先フォルダや命名をカスタムしている場合は、追記先がズレる可能性があります。その場合は「Inboxノート」を選ぶと確実に1ファイルに届きます。対象フォルダはiCloud Driveまたは「このiPhone内」にあり、ファイルAppからアクセスできる必要があります。Obsidian Sync専用の保管庫はフォルダ選択に出ないことがあり、その場合はURLスキーム方式(送信時にObsidianが一瞬開いて追記)にフォールバックします。本アプリはObsidian公式のアプリ・プラグインではなく、株式会社ユリカが開発する独立アプリです。Obsidianは Dynalist Inc. の商標です。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?
デイリーノートとInboxノート、どちらに集めるべきですか?Daily note or inbox note — which should I use?
追記の位置を指定できますか(特定の見出しの下など)Can I control where in the note it lands?
追記されたのに他の端末のObsidianに反映されません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 — URLスキーム方式で使えるアクションとパラメータの公式ドキュメントOfficial reference for the URL scheme's actions and parameters
- ショートカットユーザガイド(Apple) — アクション・オートメーション・日付の書式指定についての公式ガイドApple's official guide to actions, automations and date formatting
- Obsidian連携シンプルメモ — App Store — App StoreのダウンロードページApp Store download page