create_note
Create a new note in Apple Notes from Markdown content. The first line becomes the title, and you can optionally specify a target folder.
Instructions
Create a new note in Apple Notes from Markdown content. The first line becomes the title. Optionally specify a target folder (defaults to 'Notes').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder | No | Target folder name (e.g. 'Projects'). Defaults to 'Notes'. | |
| markdown | Yes | Markdown content for the note. First line (with or without #) becomes the title. |