tldraw_create_note
Place colored sticky notes on a tldraw canvas to annotate diagrams. Configure text, size, color, and alignment.
Instructions
Create a sticky note shape. Notes have a fixed square size and colored background.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X position on canvas | |
| y | Yes | Y position on canvas | |
| font | No | Font style | draw |
| size | No | Text size | m |
| text | No | Note text content | |
| align | No | Horizontal text alignment | middle |
| color | No | Note background color | yellow |
| pageId | Yes | Target page ID (e.g. 'page:xxx') | |
| opacity | No | Opacity from 0 to 1 (default 1) | |
| isLocked | No | Whether the shape is locked (default false) | |
| parentId | No | Parent frame or group ID for nesting | |
| rotation | No | Rotation in radians (default 0) | |
| labelColor | No | Text color | black |
| verticalAlign | No | Vertical text alignment | middle |