node-red-contrib-markdown-note 1.1.5

A Node-RED node for adding rich Markdown notes and annotations to your flows.

npm install node-red-contrib-markdown-note

Node-RED Markdown Note

NPM Version Downloads License

A Node-RED node for adding Markdown-formatted notes directly on the flow canvas.
Designed for inline documentation, design notes, and contextual explanations that remain visible while editing or reviewing flows.

Node Preview


Why use Markdown Note?

The standard Comment node hides content by default. Markdown Note keeps your notes always visible, making it easier to:

  • Document flow logic inline
  • Highlight important information
  • Include structured content with headings, lists, and code blocks
Feature Comment Node Markdown Note
Visibility Collapsed by default Always visible
Formatting Plain text Markdown (headers, lists, code, blockquotes)
Colors Fixed editor style Custom background and text colors
Structure Minimal Suitable for detailed documentation

Features

  • Always-visible notes – No need to click to expand.
  • Markdown rendering – Support for headers, lists, emphasis, code blocks, quotes.
  • Custom colors – Choose the note background and text color from the node properties.
  • Task lists – Track TODOs or action items inline.
  • Content-aware layout – Automatically adjusts to the rendered content.
  • Developer-focused – Document payload formats, API contracts, assumptions, or edge cases directly on the flow.

Limitations

  • Links are rendered as text but are not clickable due to Node-RED editor restrictions on SVG content.

Installation

Requires Node-RED 3.0 or later.

  1. Open Node-RED and go to MenuManage paletteInstall
  2. Search for node-red-contrib-markdown-note and click Install
  3. Restart Node-RED when prompted

Advanced users can also install via npm install node-red-contrib-markdown-note in the Node-RED user directory.


Example flow

After installing and restarting Node-RED, open the built-in example from MenuImportExamplesnode-red-contrib-markdown-note.

Note: Node-RED must be restarted after installation before importing. If you import first, Node-RED will report Imported unrecognized type: note and the nodes will not render.


Support

Markdown Note is free and open source.

If it helped you document your flows, please star the repository so other Node-RED users can find it.

Sponsorships are appreciated, but never expected.

Star Repository GitHub Sponsors

Node Info

Version: 1.1.5
Updated 5 days ago
License: MIT
Rating: 5.0 1

Categories

Actions

Rate:

Downloads

15 in the last week

Nodes

  • note

Keywords

  • node-red
  • node-red-contrib
  • node-red-node
  • note
  • markdown
  • annotation
  • comment
  • documentation

Maintainers