rename_note
Renames a note and updates all wikilinks that reference it, returning the count of notes with updated links.
Instructions
Rename a note and optionally update all wikilinks that reference it. Returns the count of notes with updated links.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| newPath | Yes | New path for the note (e.g., "Projects/NewName.md") | |
| oldPath | Yes | Current path of the note (e.g., "Projects/OldName.md") | |
| updateLinks | No | Update wikilinks in other notes that reference this note (default: true) |