rename_note
Update a note's title while keeping its filename and ID intact to maintain existing links. Automatically adjusts wikilinks in other notes to reference the new title, ensuring consistency across your knowledge base.
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. |