Edit Block
edit_blockReplace the content of a block in a note using its block ID. The ^id anchor is preserved to keep transclusions working.
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 (without the leading `^`). | |
| newContent | Yes | Replacement content. The `^id` anchor is appended automatically. |