Append Markdown
append_markdownInsert markdown content into an existing AFFiNE document at an optional position, enabling precise updates without recreating the entire document.
Instructions
Append markdown content to an existing AFFiNE document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docId | Yes | AFFiNE document id. | |
| strict | No | ||
| markdown | Yes | Markdown content to append | |
| placement | No | Optional insertion target/position | |
| workspaceId | No | AFFiNE workspace id. Omit only when AFFINE_WORKSPACE_ID is configured. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| kind | Yes | ||
| docId | Yes | ||
| lossy | Yes | ||
| stats | Yes | ||
| appended | Yes | ||
| blockIds | Yes | ||
| warnings | Yes | ||
| workspaceId | Yes | ||
| appendedCount | Yes |