Sticky Note

The Sticky Note node adds rich markdown notes to the canvas. It is not executed—use it for documentation, instructions, reference images, or workflow notes.

The Sticky Note node adds rich markdown notes to the canvas. It is not executed—use it for documentation, instructions, reference images, or workflow notes.

Overview

PropertyValue
Inputs0
Outputs0
OutputN/A (not executed)

Parameters

ParameterTypeDescription
labelstringNode identifier (camelCase)
stickyTitlestringDisplay title shown at the top of the sticky note.
stickyColorstringBackground color: yellow, sky, emerald, rose, violet, or zinc.
notestringMarkdown content. Double-click to edit on canvas. Supports links and image markdown such as ![Alt](https://example.com/image.png).

Example

{
  "type": "sticky",
  "data": {
    "label": "workflowNotes",
    "stickyTitle": "Launch Notes",
    "stickyColor": "sky",
    "note": "![Heym Logo](https://heym.run/og-image.png)\n\n[Heym.run](https://heym.run)"
  }
}