Obsidian × ショートカット トラブルシュートObsidian × Shortcuts troubleshooting

ショートカットからObsidianにメモが入らないYour Shortcut isn't writing to Obsidian

原因のほとんどはアプリの不具合ではなく、2つある経路のどちらを使っているかを取り違えていることです。iPhoneのObsidianには「アプリ内蔵のショートカットアクション」と「obsidian:// URLスキーム」があり、詰まる場所がまったく違います。まず経路を見分けてから、症状別の対処に進んでください。Most of the time this isn't a bug — it's that two different routes exist and they fail in different places. Obsidian on iPhone offers built-in Shortcuts actions and the older obsidian:// URL scheme. Identify which one you're on first, then jump to your symptom.

ひとことで言うとSHORT ANSWER

ショートカットからObsidianに書く方法は2系統あります。①アプリ内蔵のショートカットアクション(Obsidianモバイル 1.11 以降。アプリを開かずにノートへ追記できる)と、obsidian:// URLスキーム(「URLを開く」で呼び出す従来の方法。実行するとObsidianが前面に開く)です。「本文が途中で切れる」「別のノートができる」「保管庫が違う」はほぼ②固有の症状で、URLの組み立てが原因です。「アクションが出てこない」は①固有で、多くはObsidianのバージョンが古いだけです。そして「Apple Watchから実行できない」だけは、どちらでも直りません——Obsidianに watchOS アプリがないためです。There are two routes. (1) Obsidian's built-in Shortcuts actions (mobile 1.11 and later; can append to a note without opening the app), and (2) the obsidian:// URL scheme (called via "Open URL"; brings Obsidian to the foreground). Truncated text, unexpected new notes and wrong-vault writes are almost always route 2 — URL construction problems. "The action doesn't appear" is route 1, usually just an outdated Obsidian. And "it fails from Apple Watch" can't be fixed on either route, because Obsidian has no watchOS app.

まず切り分け:あなたはどちらの経路を使っている?Step one: which route are you on?

ショートカットAppで作った「Obsidianに送るショートカット」を開いて、中に入っているアクションを見てください。アクション名にObsidianのアイコンが付いていれば①「URLを開く」で obsidian:// から始まるURLを渡していれば②です。ネット上の解説記事の多くは1.11より前に書かれているため②の手順で、いま検索して出てくる手順と手元のアプリの画面が食い違う原因になっています。Open your shortcut and look at the actions inside. An action carrying the Obsidian icon means route 1; an "Open URL" action holding a obsidian://… string means route 2. Most tutorials online predate 1.11 and describe route 2, which is why the steps you find often don't match what you see on screen.

見るところAspect ① アプリ内蔵アクション1. Built-in actions ② obsidian:// URLスキーム2. obsidian:// URL scheme
呼び出し方How it's called アクション検索で「Obsidian」と入れて選ぶSearch "Obsidian" in the action picker 「URLを開く」に obsidian://new?... を渡すPass obsidian://new?... to "Open URL"
必要なバージョンVersion needed Obsidianモバイル 1.11 以降(公開版は2026年1月)Obsidian mobile 1.11+ (public release Jan 2026) 以前のバージョンから使えるAvailable in older versions too
アプリが開くかDoes the app open? 追記(キャプチャ)系は開かずに書き込めるCapture actions write without opening it 原則Obsidianが前面に開くObsidian comes to the foreground
追記先の指定Choosing the target アクションの設定欄で選ぶPick it in the action's fields URLのパラメータに自分でパスを書くYou write the path into the URL yourself
文字化け・本文切れTruncation / mangling 起きにくい(URLを経由しないため)Rare — no URL in the path エンコード漏れで頻発Common, from missing encoding
Apple WatchからFrom Apple Watch 不可Not possible 不可Not possible
先に確認してほしいことCHECK THIS FIRST

①のアクションが見当たらない場合、多くはObsidianのバージョンが古いだけです。App Storeで更新してから、一度Obsidianを起動して保管庫を開いてください。それだけで直る症状が、この記事のなかで一番多いパターンです。If the built-in actions are missing, an outdated Obsidian is usually the whole story. Update it in the App Store, then launch Obsidian once and open your vault. This single step resolves the most common case on this page.

症状別の直し方Fixes by symptom

経路① 内蔵アクションROUTE 1 · BUILT-IN ACTIONS

ショートカットAppに「Obsidian」のアクションが出てこないNo Obsidian actions show up in the Shortcuts app

原因アプリ内蔵のショートカットアクションは Obsidian モバイル 1.11 以降で提供されています(早期アクセスが2025年12月、公開版が2026年1月)。それより古いバージョンには、そもそもアクションが存在しません。また、インストール直後や更新直後は、アプリが提供するアクションがiOS側に登録されるまで少し時間がかかることがあります。Built-in Shortcuts actions arrived in Obsidian mobile 1.11 (early access December 2025, public January 2026). Older builds simply don't have them. Right after an install or update, iOS can also take a little while to register an app's actions.

直し方

  1. App Store で Obsidian を最新に更新する。Update Obsidian to the latest version in the App Store.
  2. Obsidian を一度起動し、保管庫を開いた状態にする。Launch Obsidian once and open your vault.
  3. ショートカットAppを開き直し、アクション検索で「Obsidian」と入力する。Reopen the Shortcuts app and search "Obsidian" in the action picker.
  4. それでも出てこない場合は、obsidian:// を「URLを開く」で呼ぶ②の方式にフォールバックできます。Still nothing? Fall back to route 2 — an "Open URL" action holding obsidian://.
経路② URLスキームROUTE 2 · URL SCHEME

実行するとObsidianが前面に開いてしまうObsidian opens in the foreground every time

原因これは不具合ではなく仕様です。obsidian:// は「Obsidianを起動して、URLで渡した内容を処理させる」仕組みなので、アプリが前に出ます。「開かずに追記」はURLスキームでは原理的に実現できません。ネット上の「一瞬Obsidianが開くけど気にしない」という記述は、この制約を受け入れた運用です。This is by design, not a bug. obsidian:// works by launching Obsidian and handing it the URL to process, so the app has to come forward. "Append without opening" is not achievable through the URL scheme at all. Tutorials that say "Obsidian flashes open, just ignore it" are accepting that constraint.

直し方アプリを開かせたくないなら、①の追記(キャプチャ)系アクションに置き換えてください。1.11 以降のこれらのアクションは、Obsidianを前面に出さずにノートへ追記できます。ロック中や画面を見ずに実行したい用途では、この違いが決定的になります。なお①でも「ノートを開く」「デイリーノートを開く」系のアクションは、目的が表示なので当然アプリが開きます。If you don't want the app to surface, switch to route 1's capture actions. Since 1.11 they append to a note without bringing Obsidian forward — decisive if you want this to run while the phone is locked or in your pocket. Note that route 1's "open note" style actions still open the app, since displaying it is the point.

経路② URLスキームROUTE 2 · URL SCHEME

本文が途中で切れる/記号が消えるThe note body gets cut off or mangled

原因本文をURLに埋め込んでいるため、URLの区切り文字がそのまま解釈されています。とくに # は「ここから先はフラグメント」という意味なので、# 以降の本文がまるごと捨てられます& は次のパラメータの開始とみなされ、+ は空白に化けます。Markdownの見出し(## 見出し)やタグ(#idea)を書いた瞬間に必ず踏むので、「短いメモなら通るのに長いメモだと壊れる」という混乱が起きます。Your text is embedded in a URL, so URL delimiters are being interpreted as delimiters. # means "fragment starts here", so everything after it is discarded. & starts a new parameter, and + can decode to a space. Any Markdown heading (## Heading) or tag (#idea) triggers it — which is why short notes seem fine and longer ones break.

直し方

  1. ショートカット内で、本文をURLに差し込む前に「テキストをURLエンコード」(URLエンコード)のアクションを挟む。Insert a "URL Encode" action on the body text before it goes into the URL.
  2. 保管庫名やファイル名に日本語・スペースが含まれる場合は、それらも同じくエンコードする。Encode the vault name and file name too if they contain spaces or non-ASCII characters.
  3. #タグや見出しを日常的に書くなら、エンコードの問題が構造的に起きない①のアクションへ移行するのが確実です。If you write tags and headings routinely, move to route 1, where this class of bug can't occur.
経路② URLスキームROUTE 2 · URL SCHEME

追記したいのに、新しいノートが増えていくA new note appears instead of an append

原因obsidian://new は名前のとおり新規ノート作成が基本の動作です。既存ノートへの追記は、追記を指示するパラメータを明示して初めて行われます。指定がないと、同名ノートがあるときに別名の新規ノートが増えたり、内容が置き換わったりします。「昨日は動いていたのに今日は別ファイルができた」というときは、たいてい日付が変わって対象ノートが存在しなくなっただけです。obsidian://new creates a note — that's its job. Appending to an existing note only happens when you say so explicitly. Without that, a same-named note can be duplicated under a new name or have its contents replaced. "It worked yesterday but made a new file today" usually just means the date rolled over and the target note no longer existed.

直し方追記を指示するパラメータを付けてください。正確なパラメータ名と、対象ノートが存在しない場合の挙動は公式の Obsidian URI ドキュメントで必ず確認を(バージョンによって差があります)。①のアクションであれば、追記するか先頭に挿入するかを設定欄で選ぶだけで、URLを組み立てる必要はありません。Add the parameter that requests an append. Confirm the exact parameter name — and what happens when the target note doesn't exist — in the official Obsidian URI documentation, since this has varied across versions. On route 1 you just pick append or prepend in the action's settings; there's no URL to build.

経路①② 共通BOTH ROUTES

デイリーノートではなく、別の場所に書かれるIt lands somewhere other than the daily note

原因デイリーノートの日付フォーマット(既定は YYYY-MM-DD)と保存先フォルダをカスタマイズしていると、ショートカット側で組み立てたパスとズレます。よくあるのは、Obsidian側は 日記/2026-08-11.md なのに、ショートカット側が 2026-08-11.md をルート直下に作ってしまうパターン。この場合エラーは出ず、「書けているのに見つからない」という一番気づきにくい形になります。If you've customised the daily note's date format (default YYYY-MM-DD) or its folder, the path your shortcut builds won't match. The classic case: Obsidian expects Journal/2026-08-11.md while the shortcut creates 2026-08-11.md at the vault root. Nothing errors — you just get the hardest failure to notice: it wrote successfully, somewhere you aren't looking.

直し方

  1. Obsidian の設定 → デイリーノート で「日付フォーマット」と「新規ファイルの作成場所」を確認する。Check Settings → Daily notes for the date format and the new file location.
  2. ショートカットの日付フォーマットを、そこに表示されている書式と一字一句合わせる。Match your shortcut's date format to it exactly.
  3. フォルダを設定しているなら、ファイル名だけでなくフォルダを含むパスを渡す。If a folder is configured, pass the full path including the folder, not just the file name.
  4. 保管庫を検索して、意図しない場所に同名ノートが増えていないか確認する。Search the vault for stray same-named notes created in the wrong place.

デイリーノートを狙う構成そのものはiPhoneを開かずデイリーノートへ追記する方法で詳しく整理しています。The full daily-note setup is covered in appending to your Obsidian daily note without opening your iPhone.

経路② URLスキームROUTE 2 · URL SCHEME

別の保管庫に書き込まれる/保管庫が見つからないWrong vault, or the vault isn't found

原因保管庫を複数持っている状態で保管庫の指定を省略すると、直前に開いていた保管庫が対象になります。普段は1つしか使っていなくても、テスト用の保管庫を一度開いただけで対象が入れ替わります。また、保管庫名にスペースや日本語が含まれていてエンコードされていないと、そもそも保管庫の解決に失敗します。With more than one vault and no vault specified, the target becomes whichever vault was open last. Even if you normally use one, opening a test vault once is enough to switch it. And if the vault name contains spaces or non-ASCII characters and isn't encoded, resolution fails outright.

直し方URLに保管庫を指定するパラメータを必ず明示してください。保管庫名も含めてURLエンコードします。保管庫名を後から変更した場合は、ショートカット側の指定も忘れず直してください——これは静かに壊れる典型例です。Always name the vault explicitly in the URL, and URL-encode that value as well. If you ever rename a vault, remember to update the shortcut — this is a classic silent breakage.

経路①② 共通・設定では直らないBOTH ROUTES · NOT FIXABLE IN SETTINGS

Apple Watchから実行すると失敗するIt fails when run from Apple Watch

原因Obsidianには watchOS 版アプリがありません。そのためApple Watch上には、アプリ本体も保管庫のファイルも存在しません。Watchのショートカットからは、Watchに入っていないアプリのアクションも、そのアプリに向けたURLスキームも呼び出せないため、iPhoneが手元にあっても実行はWatch側で試みられて失敗します。設定では直せない構造的な制約です。Obsidian has no watchOS app. Neither the app nor your vault files exist on the watch. A shortcut running on the watch can't invoke actions from an app that isn't installed there, nor open a URL scheme aimed at it — so it fails even with your iPhone right next to you. This is structural, not a setting.

直し方Watch単体でObsidianに書く方法は現時点で存在しません。手首から残したい場合は、Watchアプリを持ち、書き込み自体はiPhone側が担当する設計のアプリを経由するのが現実的な回避策です。理由と回避策の比較はApple WatchからObsidianへ送れない理由にまとめました。There is currently no way to write to Obsidian from the watch alone. The workable path is an app that ships a watch app and does the vault write on the iPhone side. The reasoning and the alternatives are compared in why you can't send to Obsidian from Apple Watch.

経路①② 共通BOTH ROUTES

圏外だと書けない/ロック中に実行できないFails offline, or won't run while locked

原因2つの別々の話が同じ症状に見えています。圏外で失敗する場合は、保管庫の実体がその端末になく、クラウド側にしかない可能性があります。ロック中に実行できない場合は、アプリを前面に開く必要のある②の方式が、ロック状態では完了できないためです。Two separate problems that look alike. Failing offline usually means the vault's files aren't actually on the device — only in the cloud. Failing while locked is route 2 needing to bring the app forward, which a locked device won't complete.

直し方

  1. 保管庫を iCloud Drive または「このiPhone内」に置き、ファイルの実体がローカルにある状態にする。Keep the vault in iCloud Drive or On My iPhone so the files exist locally.
  2. ロック中に確実に走らせたいなら、アプリを前面に出さずに完了する経路(①の追記アクション、またはApp Intents対応のキャプチャアプリ)に寄せる。To run reliably while locked, use a route that completes without foregrounding an app — route 1's append actions, or a capture app built on App Intents.
  3. 失敗を見逃さないよう、ショートカットの最後に通知や確認音を入れておく。Add a notification or sound at the end of the shortcut so failures don't pass unnoticed.

どちらの経路でも残る、3つの限界Three limits neither route removes

上の対処で大半は直ります。ただし「ショートカットでObsidianに送る」という設計そのものに、設定では消せない弱点が3つあります。ここを納得したうえで使うか、別の設計に移るかを決めてください。The fixes above resolve most cases. But "send to Obsidian via a Shortcut" carries three weaknesses no setting removes. Decide knowingly whether to live with them or change the design.

手首から送れないNothing from the wrist
Obsidianに watchOS アプリがない以上、Apple Watchを入口にはできません。歩きながら・料理しながらの思いつきは、この経路では拾えません。With no watchOS app, the watch can't be an entry point. Ideas that arrive while walking or cooking don't get captured on this route.
🔇 失敗が静かに起きるFailures are silent
パスがズレても、エンコードが漏れても、多くの場合エラーは出ません。「送ったつもりで消えている」ことに気づくのは、数週間後に探したときです。A wrong path or missing encoding rarely raises an error. You find out that a note vanished weeks later, when you go looking for it.
📁 保管庫がその端末に要るThe vault must be on the device
書き込み先はあくまでローカルのファイルです。保管庫の実体がない端末や、同期が追いついていない状態では書けません。The write target is a local file. A device without the vault — or one whose sync hasn't caught up — can't be written to.
🧰 壊れたら自分で直すYou own the repairs
保管庫名の変更、フォルダ構成の見直し、OSの更新——どれもショートカットを黙って壊します。自作である以上、保守も自分の仕事になります。Renaming a vault, reshuffling folders, an OS update — each can break the shortcut quietly. What you build, you maintain.

別の設計:ショートカットを組まず、アプリに任せるA different design: let an app own the delivery

上の限界が気になるなら、「自分でショートカットを組んでObsidianに届ける」のをやめて、届けること自体をアプリの責任にするという選択肢があります。Obsidian連携シンプルメモは、送信したメモを自分宛メールに送ると同時に、iCloud Drive上の保管庫フォルダへ - HH:mm メモ の形で自動追記します。コミュニティプラグインもショートカットの自作も不要です。If those limits matter to you, there's an alternative: stop hand-building the delivery and make it the app's job. Simple Memo sends each note to your own inbox by email and, at the same time, appends it to your vault folder in iCloud Drive as - HH:mm note. No community plugin, no shortcut to maintain.

Apple Watchから残せるCapture from Apple Watch
Watchアプリから話して送ると、ペアリング中のiPhone側の処理で同じメモがObsidianに追記されます。Watchが保管庫へ直接書くわけではありません。Speak into the watch app and the paired iPhone performs the vault write. The watch never writes to the vault itself.
🗣️ 声だけで完結するVoice-only capture
「Hey Siri、シンプルメモで残す」で、画面を見ずに送信まで終わります。App Intents 経由なのでアプリは前面に出ません。"Hey Siri, save with Simple Memo" completes without looking at the screen. It runs through App Intents, so the app stays in the background.
📬 メールにも二重で残るA second copy in your inbox
Obsidian側で追記が想定どおりでなくても、同じ内容が自分宛メールに残ります。「静かに消える」が構造的に起きにくくなります。Even if the vault write isn't what you expected, the same text is in your email. Silent loss becomes structurally unlikely.
✈️ 圏外でも消えないOffline-safe
Obsidianへの追記はローカル処理なので圏外でも動きます。メール送信は暗号化された送信キューに積まれ、通信が戻ると自動送信されます。The vault append is local, so it works with no signal. The email waits in an encrypted outbox and sends itself when you're back online.
正確なところTO BE PRECISE

本アプリはObsidian公式のアプリ・プラグインではなく、株式会社ユリカが開発する独立アプリです。追記先はiCloud Driveまたは端末内にある保管庫フォルダで、ファイルAppからアクセスできる必要があります。Obsidian Sync専用の保管庫はフォルダ選択に出ないことがあり、その場合はURLスキーム方式にフォールバックします。Obsidianは Dynalist Inc. の商標です。This is not an official Obsidian app or plugin; it's an independent app built by Yurica Inc. The target must be a vault folder in iCloud Drive or On My iPhone, reachable from the Files app. Vaults that live only in Obsidian Sync may not appear in the folder picker, in which case the app falls back to the URL scheme. Obsidian is a trademark of Dynalist Inc.

ショートカットの保守から降りるGet out of the shortcut-maintenance business

ダウンロードは無料。Obsidian連携の設定は約1分で、フォルダを一度選ぶだけです。Free to download. Obsidian setup takes about a minute — you pick the folder once.

App Store からダウンロード

よくある質問FAQ

ショートカットとアプリ内蔵アクション、どちらを使うべきですか?Should I use the built-in actions or the URL scheme?
Obsidianを1.11以降に更新できるなら、内蔵アクションを優先してください。URLの組み立てが不要になるぶん、本文の切れ・保管庫違い・パスのズレという頻出の3症状が構造的に起きなくなります。URLスキームが今も有効なのは、内蔵アクションが提供していない細かい操作をしたい場合や、古いバージョンを使い続けている場合です。If you can run 1.11 or later, prefer the built-in actions. Removing the URL construction step structurally eliminates the three most common failures: truncated bodies, wrong vaults and mismatched paths. The URL scheme still earns its place for operations the built-in actions don't cover, or on older versions.
Siriから「Obsidianにメモして」と言うだけでは動きませんか?Can I just tell Siri to note something in Obsidian?
Obsidian 1.11 以降はSiri経由のキャプチャにも対応しており、対応する言い回しで呼び出せます。うまく反応しないときは、まずショートカットAppでそのショートカットのSiri設定が有効になっているかを確認してください。なお「〜にメモ」という言い回しは、iPhone標準のメモ機能への指示として解釈されやすく、意図しないアプリに届くことがあります。Obsidian 1.11 added Siri-triggered capture, so supported phrases work. If Siri doesn't respond, first check that Siri is enabled for that shortcut in the Shortcuts app. Be aware that phrasing like "note this in…" is easily interpreted as a command for the built-in Notes app and can land somewhere you didn't intend.
ショートカットが失敗したかどうかを確実に知る方法はありますか?How do I know for sure whether a shortcut failed?
ショートカットの最後に「通知を表示」を足すのが最も簡単です。ただしこれは「ショートカットが最後まで走ったか」しか分かりません。パスがズレて意図しない場所に書かれた場合は成功として通知されるため、定期的に保管庫を検索して、想定外の場所にノートが増えていないか確認するのが確実です。書き込み先が1か所に固定される設計のアプリを使うと、この確認自体が不要になります。Adding a "Show Notification" action at the end is the simplest option, but it only tells you the shortcut ran to completion. A write to the wrong path still reports success, so periodically search the vault for notes appearing where you didn't expect. An app whose destination is fixed by configuration removes the need for that audit entirely.
オートメーションで自動実行させたいのですが、確認を求められますMy automation keeps asking for confirmation
ショートカットAppのオートメーション設定に、実行前に確認するかどうかの項目があります。これがオンだと毎回タップが必要です。オフにできるかはトリガーの種類によって変わるため、時刻や充電開始など自動実行が許可されているトリガーを選ぶのが確実です。なお、アプリを前面に開く必要がある処理はロック中に完了しないため、確認を切っても画面を触らずに終わるとは限りません。Automations have a setting for whether to ask before running. When it's on, every run needs a tap. Whether you can turn it off depends on the trigger type, so choose a trigger that permits unattended runs, such as a time of day or start of charging. Note that anything requiring the app to come forward still won't complete while locked, even with confirmation disabled.
Obsidian連携シンプルメモはショートカットを自作しなくても使えますか?Does Simple Memo need me to build a shortcut?
はい、不要です。アプリの設定でObsidian連携をオンにし、保管庫フォルダを一度選ぶだけで、以降は送信したメモがデイリーノートまたは固定のInboxノートに自動追記されます。URLの組み立ても、日付フォーマットの一致も、保管庫名の指定も必要ありません。設定の詳細はObsidian連携のページで解説しています。No. Turn on Obsidian integration in the app's settings, pick your vault folder once, and every note you send is appended to your daily note or a fixed inbox note from then on. No URL to assemble, no date format to match, no vault name to specify. The Obsidian integration page walks through the setup.

関連ページRelated pages

参考文献References

  • Obsidian Help — Obsidian URIobsidian:// スキームで使えるアクションとパラメータの公式ドキュメントOfficial documentation for the obsidian:// actions and parameters
  • Obsidian 1.11 Mobile changelogアプリ内蔵のショートカットアクション(ノートを開く/デイリーノートを開く/ノートへキャプチャ)が追加されたリリースThe release that added built-in Shortcuts actions (open note, open daily note, capture to a note)
  • ショートカットユーザガイド(Apple)アクション・オートメーション・Siri連携についての公式ガイドApple's official guide to actions, automations and Siri
  • Obsidian Helpデイリーノートの日付フォーマットや保存先など、保管庫まわりの仕様Vault behaviour, including daily note date formats and locations
  • Obsidian連携シンプルメモ — App StoreApp StoreのダウンロードページApp Store download page