Notes on pipelines and workflows
Notes are free-floating annotations on the pipeline and workflow canvas. They do not participate in execution; they document design intent for anyone opening the file.
Create and edit notes
-
From an empty area of the canvas, open the context dialog and choose Create a note (or the equivalent note action).
-
Double-click a note, use the note context menu, or press Ctrl+click (Windows/Linux) / ⌘+click (macOS) on a note to open the note editor.
-
Drag a note to move it; drag the edges or corners to resize. Markdown notes reflow text when you change the width.
Markdown mode
In the note editor, enable Render as Markdown to treat the body as CommonMark with GFM tables and task lists.
When Markdown is enabled:
-
Pick a Note type (General, Information, Important, Warning). Hop chooses background, border, text contrast, and optional accent icon so notes look consistent across projects and light/dark mode.
-
The Font & style tab is disabled; type-based styling replaces free-form colors and fonts.
-
Use a fixed-width font in the editor for easier source editing.
-
Preview opens an HTML rendering of the source (relative image paths are expanded so images load in the browser).
-
Help opens an in-app guide with examples of supported Markdown.
If Markdown is off, notes behave as classic plain-text notes with customizable fonts and colors.
Supported Markdown (canvas)
| Feature | Syntax | Behavior on the canvas |
|---|---|---|
Headings |
| Sized relative to the graph font |
Emphasis |
| Styled runs |
Code |
| Monospace; fenced blocks use a shaded background |
Lists |
| Task lists: |
Links |
|
|
Images |
| Local or VFS paths only (relative to the pipeline/workflow file). PNG, JPEG, GIF, and SVG. Remote |
Tables | GFM pipe tables | Header row emphasized |
Horizontal rule |
| Drawn as a rule |
Simple example
# Load order ## Source - Extract from CRM - [details](crm-extract.hpl) ## Quality  | Check | Owner | | ----- | ----- | | Nulls | QA |
Tips
-
Keep note width readable for wrapping; new notes use a sensible default width.
-
Store images next to the pipeline or workflow (or in a subfolder) and use relative paths such as
images/overview.png. -
Auto-layout can move notes with nearby transforms or actions; configure that behaviour in the configuration perspective if needed.