| Parameter | Type | Description |
|---|---|---|
params.notePath | string | Note file path |
params.page | number | Page number (starts from 0) |
params.template | string | Template name for the new page |
APIResponse<boolean>:result === trueindicates the insertion succeeded
Insert a new page into a note file.
| Parameter | Type | Description |
|---|---|---|
params.notePath | string | Note file path |
params.page | number | Page number (starts from 0) |
params.template | string | Template name for the new page |
APIResponse<boolean>:
result === true indicates the insertion succeeded