Open File In Obsidian
workspace.openFileOpen any note in your Obsidian vault via vault-relative path, either in a new split pane or reusing the current pane. Instantly navigates the live Obsidian interface using the Local REST API.
Instructions
Open a vault-relative note path in the live Obsidian UI. newPane:true opens in a split; otherwise the current pane is reused. Requires the Local REST API plugin. This tool mutates the UI but does not touch file contents.
Targets the vault the live Obsidian process has open via the Local REST API. Not affected by vault.select — that only changes filesystem-tool routing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Vault-relative path of the note to open. | |
| newPane | No | Open in a new split pane instead of the current one. Defaults to false. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||