obsidian_move
Move or rename an Obsidian note by selecting it via file name or exact vault path, then specifying the destination folder or new path.
Instructions
Move or rename a note, selecting it by file name or exact path.
Wraps the CLI's move Verb. Provide one of file or path to select the note, and to for the destination. Setting to to a new name in the same folder renames the note.
Parameters: file (optional) — note name using wikilink resolution (e.g. 'My Note') path (optional) — exact vault-relative path (e.g. 'folder/My Note.md') to (required) — destination folder or vault-relative path One of file or path is required.
Examples: obsidian_move({ file: "My Note", to: "Archive/" }) obsidian_move({ path: "Inbox/idea.md", to: "Projects/idea.md" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Destination folder or vault-relative path | |
| file | No | File name (wikilink resolution) | |
| path | No | Exact file path |