save_document
Save a new document to TextView with HTML-formatted content, not Markdown, to persist notes across sessions.
Instructions
保存新文档到 TextView。content 必须为 HTML 格式(不要用 Markdown)。例: 标题段落列表项
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | 文档标题 | |
| content | No | HTML 格式内容。用 <h2> <p> <ul><li> <ol><li> <blockquote> <strong> <em> <code> 等标签。不要用 Markdown 语法。 |