Edit Block
edit_blockUpdate a tagged block's content while preserving its anchor reference for transclusions. Ideal for modifying referenced text in Obsidian notes.
Instructions
Replace the content of a block tagged with ^id. The trailing ^id anchor is preserved on the last line of the new content so existing transclusions (![[note#^id]]) keep working. Use to update a single paragraph or list item that other notes reference.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Vault-relative path to the note. | |
| block | Yes | Block id with or without the leading `^` (e.g. `myid` or `^myid`). | |
| newContent | Yes | Replacement content. The `^id` anchor is appended automatically. |