obsidian_move_note
Move or rename a note within an Obsidian vault by providing the current and new paths.
Instructions
Move or rename a note within the vault.
Args:
vault: Name or path of the vault
source_path: Current path of the note
dest_path: New path for the note
Returns:
Success message or errorInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vault | Yes | ||
| source_path | Yes | ||
| dest_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |