add help docs and ?

This commit is contained in:
2026-03-30 23:10:42 -07:00
parent ced43bec4f
commit 63d76bac72
76 changed files with 2184 additions and 1 deletions

22
docs/nodes/Text Note.md Normal file
View File

@@ -0,0 +1,22 @@
# Text Note
A floating text card for annotating workflows. Supports Markdown formatting. Does not process data and has no outputs.
## Inputs
None.
## Outputs
None.
## Controls
| Name | Type | Default | Description |
|------|------|---------|-------------|
| text | STRING (multiline) | "# Guide\n\nDouble-click to edit this note.\n\n- Step 1\n- Step 2" | Markdown text displayed on the canvas card |
| color | dropdown | default | Card background color: default, blue, green, yellow, red, or purple |
## Limitations
- None.