add help docs and ?
This commit is contained in:
22
docs/nodes/Text Note.md
Normal file
22
docs/nodes/Text Note.md
Normal 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.
|
||||
Reference in New Issue
Block a user