obsidian_open_note
Open a note in Obsidian's active window without changing vault contents. Requires Obsidian running with Local REST API; specify vault-relative path.
Instructions
Bring a note up in the Obsidian window.
Changes what the user sees but not the vault's contents. Requires Obsidian to be running with the Local REST API plugin.
Args: params (OpenNoteInput): - path (str): Vault-relative path to open
Returns: str: JSON {"status": "ok", "action": "opened", "path": str, "backend": "rest"} On failure: "Error: "
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |