appendToPage
Append HTML or markdown-style content to a specific OneNote page, with options to include a timestamp and visual separator for organized updates.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
addSeparator | No | Add a visual separator (default: true). | |
addTimestamp | No | Add a timestamp (default: true). | |
content | Yes | Content to append (HTML or markdown-style). | |
pageId | Yes | The ID of the page to append content to. |