Skip to content

Sticky Notes

Sticky Notes are text blocks you can place on the canvas.

They help you (and other people) understand what your workflow does.


  1. Open the node panel (the add-node menu).
  2. Search for Sticky Note or note.
  3. Click it to add a note to the canvas.

You can place notes anywhere (even behind nodes) to label sections or add instructions.


  • Double-click the note to open it for editing.
  • You can use simple formatting (bold, headings, links, lists).
  • Press Esc or click outside to close and save.
  • You can change the note’s color from the options menu for visual grouping.

Sticky Notes support embedding YouTube videos with this syntax:

@[youtube](VIDEO_ID)

For instance:

@[youtube](ZCuL2e4zC_4)

This renders the embedded video directly in the note (if video embedding is allowed).

Images in notes can be displayed full width by appending #full-width after the URL, e.g.:

![Alt text](https://example.com/image.png#full-width)

  • Click and drag to move a note anywhere on the canvas.
  • Drag edges to resize.
  • Move them behind nodes to visually group nodes.
  • Change the note’s color via Options in the header.

  • Use one note at the top to explain the goal of the workflow.
  • Use notes to label sections (for example: “Extract”, “Clean data”, “AI summary”, “Save”).
  • In shared workflows, good notes save other people time.

If you want more information on Markdown used in notes, see the guide on Markdown formatting with markdown-it, which Agentic WorkFlow uses.