Documentation Index
Fetch the complete documentation index at: https://docs.supernote.com/llms.txt
Use this file to discover all available pages before exploring further.
| 参数 | 类型 | 说明 |
|---|---|---|
params.notePath | string | 笔记文件路径 |
params.page | number | 页码(从 0 开始) |
params.template | string | 模版来源: - 系统模版:通过 getNoteSystemTemplates 获取,传递其中的模版名称(Template 的 name)即可创建;- 自定义模版:传递自定义模版的图片路径,根据图片文件创建笔记。 |
APIResponse<boolean>:result === true表示插入页面成功