create-note
Create a note in Yinxiang by providing a title and Markdown content, which automatically converts to ENML. Optionally, specify a notebook GUID to place the note.
Instructions
创建一条笔记, content 为 Markdown(自动转 ENML)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | 笔记标题 | |
| content | Yes | 正文, Markdown 格式 | |
| notebookGuid | No | 目标笔记本 guid(可选, 默认进默认笔记本) |