insert_block
Insert a block with specified content at a given position in SiYuan Note, using parent, previous, or next block IDs as anchors.
Instructions
在指定锚点插入块;nextID、previousID、parentID 至少提供一个
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | 块内容 | |
| nextID | No | 思源块、文档、笔记本或数据库 ID | |
| dataType | No | 输入格式 | markdown |
| parentID | No | 思源块、文档、笔记本或数据库 ID | |
| previousID | No | 思源块、文档、笔记本或数据库 ID |