update_entry_backlinks
Update backlinks for diary entries by analyzing current content to automatically connect related journal entries in your Obsidian vault.
Instructions
Update the backlinks for an existing diary entry based on its current content.
Args: date: Date of the entry in YYYY-MM-DD format
Returns: Success message with updated backlinks
Input Schema
Name | Required | Description | Default |
---|---|---|---|
date | Yes |
Input Schema (JSON Schema)
{
"properties": {
"date": {
"type": "string"
}
},
"required": [
"date"
],
"type": "object"
}