documents_create
Creates a new document in Yonote with a title and Markdown body. Optionally set collection, parent, publish status, or use a template.
Instructions
Create a new document. Provide title and text in Markdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Document body in Markdown | |
| title | Yes | Document title | |
| publish | No | Publish immediately (default false) | |
| template | No | Create as template | |
| templateId | No | Template ID to use | |
| collectionId | Yes | Collection to place document in | |
| parentDocumentId | No | Parent document ID for nesting |