wb_note_edit
Edit an existing note using its ID prefix, optionally update the markdown content from a file or set a new title. Requires confirm=true to apply changes.
Instructions
改笔记(换正文重解析标签 / 仅改标题)。对应 CLI:note edit。参数:id*(笔记 id 前缀), file(新正文的 md 文件路径), title(新标题)。写操作须 confirm:true。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | 笔记 id 前缀 | |
| file | No | 新正文的 md 文件路径 | |
| title | No | 新标题 | |
| confirm | No | 写操作必传 true(安全门) |