text.create
Create documentation nodes with markdown and LaTeX support for mathematical formulas, rich text content, and project tracking in visual workflows.
Instructions
Create a Text (documentation) node with markdown and LaTeX support.
Text nodes are ideal for:
Documentation and explanations
Mathematical formulas using LaTeX ($...$ for inline, $$...$$ for block)
Rich text content with headers, lists, code blocks
Plans, discussions, and progress tracking in CodeBook view
In CodeBook: Use codebook.addCell('text') instead for proper cell insertion.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Display name for the node | |
| content | No | Markdown content. Use $...$ for inline math, $$...$$ for block math | |
| position | No | Position {x, y} on canvas |