create_note
Add a new UpNote note with Markdown content, assign it to a specific notebook, and open it in a new window.
Instructions
Create a new note in UpNote via the URL scheme.
content is treated as Markdown by default. notebook matches by name. Tags cannot be set via the URL scheme — tag the note manually in the app. Returns the launched upnote:// URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| content | No | ||
| notebook | No | ||
| markdown | No | ||
| new_window | No |