move_note
Relocate a note to another folder while keeping its filename, with optional bulk wikilink updates.
Instructions
Move a note to a different folder. Keeps the same filename but changes location. Optionally updates all wikilinks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the note to move (e.g., "Inbox/MyNote.md") | |
| updateLinks | No | Update wikilinks in other notes that reference this note (default: true) | |
| destinationFolder | Yes | Destination folder path (e.g., "Projects/Active"). Use empty string to move to vault root. |