save_article
Save AI-organized Markdown articles to Apple Notes: converts Markdown to HTML, creates the target folder if missing, and appends save time, tags, and source metadata to each note.
Instructions
将 AI 整理的技术文章(Markdown 格式)保存到 Apple Notes 备忘录。自动转换 Markdown 为 HTML,在指定文件夹下创建笔记(文件夹不存在时自动创建),并在文章末尾追加保存时间、标签、来源等元数据。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | 文章标签列表,如 ["TypeScript", "Node.js"] | |
| title | Yes | 文章标题 | |
| source | No | 文章来源说明,如"Claude 对话整理" | |
| content | Yes | 文章内容,Markdown 格式。支持标题(#-######)、粗体、斜体、行内代码、代码块、列表、引用块、链接、分割线等。 | |
| category | Yes | 保存到的分类名称,同时作为本地目录名和 Apple Notes 文件夹名。如果不存在会自动创建。 |