create_note
Generate and organize notes in Joplin by adding titles, markdown or HTML content, todos, and images, while optionally nesting them within specific notebooks.
Instructions
Create a new note in Joplin
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Note content in Markdown | |
| body_html | No | Note content in HTML | |
| image_data_url | No | Base64 encoded image data URL | |
| is_todo | No | Whether this is a todo note | |
| parent_id | No | ID of parent notebook | |
| title | No | Note title |