0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【Obsidian】URIでノートを開く方法

Last updated at Posted at 2025-04-23

絶対パスでノートを開く

以下のように記述するとノートへの絶対パスを指定して開けます。

obsidian://open?path=ノートへの絶対パス

タイトルを指定して開く

ノートのタイトルを指定して開くには以下のようにします。

obsidian://open?vault=vault名&file=ノートタイトル

openコマンドで開く

open "obsidian://open?path=ノートへの絶対パス"
open obsidian://open?vault=vault名&file=ノートタイトル

参考

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?