Move Note
move_noteMove a note to a new vault path and update all inbound wikilinks and Markdown links. Fails if the destination already exists.
Instructions
Move a note to a new vault-relative path and update every resolvable wikilink/Markdown link that pointed to it. Fails if the destination exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | New vault-relative path; .md is added automatically. | |
| from | Yes | Existing note path, title, or alias. | |
| updateLinks | No | Rewrite inbound links (default true). |