rename_note
Update the title of a note while maintaining its filename and ID to preserve links. Automatically adjusts wikilinks in other notes referencing the old title.
Instructions
Rename a note by updating its title field (display name). The filename and ID remain unchanged to preserve links. Automatically updates wikilinks in other notes that reference the old title.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content_hash | Yes | Content hash of the current note for optimistic locking | |
identifier | Yes | Note identifier in format "type/filename" or full path | |
new_title | Yes | New display title for the note | |
vault_id | No | Optional vault ID to operate on. If not provided, uses the current active vault. |