mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
965 B
965 B
Workflow notes
Workflow notes allow you to annotate and comment on your workflows.
We encourage using workflow notes heavily, especially on template workflows, to help other users understand your workflow.
Create a note
Workflow notes are a type of core node. To add a new note:
- Open the nodes panel.
- Search for
note. - Click the Note node. n8n adds a new note to the canvas.
Edit a note
- Double click the note you want to edit.
- Write your note. This guide explains how to format your text with Markdown. n8n uses markdown-it, which implements the CommonMark specification.
- Click away from the note, or press
Esc, to stop editing.
Note positioning
You can:
- Drag a note anywhere on the canvas.
- Drag notes behind nodes. You can use this to visually group nodes.
- Resize notes by hovering over the edge of the note and dragging to resize.