# Info icon for nodes with description?

**URL:** https://discourse.nodered.org/t/info-icon-for-nodes-with-description/96045
**Category:** Feature Requests
**Created:** [17 March 2025 03:01 UTC](https://discourse.nodered.org/t/info-icon-for-nodes-with-description/96045 "2025-03-17T03:01:39Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![ThingsTinkerer](https://avatars.discourse-cdn.com/v4/letter/t/91b2a8/32.png) [@ThingsTinkerer](https://discourse.nodered.org/u/ThingsTinkerer)
#### Post date: [17 March 2025 03:01 UTC](https://discourse.nodered.org/t/info-icon-for-nodes-with-description/96045/1 "2025-03-17T03:01:39Z")

</div>

I don't document much in node red (or enough), but when I do, it's not easily visible. And because I do it so rarely, and perhaps I'm not alone here, I don't really expect to look for documentation. Which means any descriptions I add to a node is easily forgotten and not revisited as much as I should.

Would it be possible to have a small info icon/emblem somewhere on the node to notify that it got text in the description tab? Perhaps even make it optional toggle on/off per user. Of course GUI is easily cluttered and already quite busy at times, so take it with a grain of salt.

Noticed other nodes like inject got nice tiny symbols to indicate some details, like repeat.

This is just something I notice that is easy to forget and overlook.

---

<div class="post-metadata">

### Author: ![dceejay](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/dceejay/32/38_2.png) [@dceejay](https://discourse.nodered.org/u/dceejay)
#### Post date: [17 March 2025 03:46 UTC](https://discourse.nodered.org/t/info-icon-for-nodes-with-description/96045/2 "2025-03-17T03:46:04Z")

</div>

See also this thread [Special indication on nodes with description](https://discourse.nodered.org/t/special-indication-on-nodes-with-description/78646)

---

<div class="post-metadata">

### Author: ![ThingsTinkerer](https://avatars.discourse-cdn.com/v4/letter/t/91b2a8/32.png) [@ThingsTinkerer](https://discourse.nodered.org/u/ThingsTinkerer)
#### Post date: [17 March 2025 04:38 UTC](https://discourse.nodered.org/t/info-icon-for-nodes-with-description/96045/3 "2025-03-17T04:38:26Z")

</div>

Wow, thanks, already a plugin for it! Must try...

> **[doc-red](https://flows.nodered.org/node/doc-red)**
>
> A plugin for Node-RED which helps to documentate and enhance your workspace.

---

<div class="post-metadata">

### Author: ![knolleary](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/knolleary/32/3_2.png) [@knolleary](https://discourse.nodered.org/u/knolleary)
#### Post date: [17 March 2025 09:23 UTC](https://discourse.nodered.org/t/info-icon-for-nodes-with-description/96045/4 "2025-03-17T09:23:48Z")

</div>

We also have this PR to the editor that adds the info icon to nodes; just undecided if we want to add it it not.

> <https://github.com/node-red/node-red/pull/4955>
>
> Closes #4375 
> 
> Adds an annotation to any nodes that have a non-blank \`info\` pr…operty - ie the 'description' field.
> 
> Clicking on the annotation opens the edit dialog for the node with the description tab shown.
> 
> Not 100% about this, but wanted to get the code shared. 
> 
> We \*could\* add an option under editor settings to enable/disable this feature - as we do with being able to hide node status.
> 
> \<img width="147" alt="image" src="https://github.com/user-attachments/assets/3e4882ba-2350-4547-8384-594a32b5ab16"\>

---

<div class="post-metadata">

### Author: ![TotallyInformation](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/totallyinformation/32/31_2.png) [@TotallyInformation](https://discourse.nodered.org/u/TotallyInformation)
#### Post date: [17 March 2025 09:59 UTC](https://discourse.nodered.org/t/info-icon-for-nodes-with-description/96045/5 "2025-03-17T09:59:31Z")

</div>

I'm using doc-red and it is super helpful in remembering which nodes/groups/flows have additional documentation. Not perfect perhaps but definitely useful.

---

<div class="post-metadata">

### Author: ![ThingsTinkerer](https://avatars.discourse-cdn.com/v4/letter/t/91b2a8/32.png) [@ThingsTinkerer](https://discourse.nodered.org/u/ThingsTinkerer)
#### Post date: [17 March 2025 10:35 UTC](https://discourse.nodered.org/t/info-icon-for-nodes-with-description/96045/6 "2025-03-17T10:35:21Z")

</div>

Yeah it almost solves my entire problem. One minor inconvenience is that it also marks a a node if that is a subflow and the subflow has documentation (in the tab). I almost always document subflows, as their interface is reused and thus more important than any individual node.

---

<div class="post-metadata">

### Author: ![meijey](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/meijey/32/96575_2.png) [@meijey](https://discourse.nodered.org/u/meijey)
#### Post date: [18 March 2025 07:48 UTC](https://discourse.nodered.org/t/info-icon-for-nodes-with-description/96045/7 "2025-03-18T07:48:22Z")

</div>

Thanks for the commendation.

If it is not perfect yet, do you have any suggestions for improvement? 😉

@ThingsTinkerer  
If I understand you correctly, you have documentated your main subflow but don't want to see the documentation icon on the flow node in the workspace? If so, I will discuss that intern and am sure that we can find a solution here.

---

<div class="post-metadata">

### Author: ![TotallyInformation](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/totallyinformation/32/31_2.png) [@TotallyInformation](https://discourse.nodered.org/u/TotallyInformation)
#### Post date: [18 March 2025 12:18 UTC](https://discourse.nodered.org/t/info-icon-for-nodes-with-description/96045/8 "2025-03-18T12:18:34Z")

</div>

> [@meijey](#):
>
> If it is not perfect yet, do you have any suggestions for improvement?

Nothing specific right now. I think that we sometimes see slight overlaps or misalignment. Not really surprising given the tightness of the visual layout of Node-RED. Obviously, further integration with NR's core might well improve that. I know how tricky such visual layouts can be though so please don't think I'm criticising. 🙂

---

<div class="post-metadata">

### Author: ![ThingsTinkerer](https://avatars.discourse-cdn.com/v4/letter/t/91b2a8/32.png) [@ThingsTinkerer](https://discourse.nodered.org/u/ThingsTinkerer)
#### Post date: [18 March 2025 15:29 UTC](https://discourse.nodered.org/t/info-icon-for-nodes-with-description/96045/9 "2025-03-18T15:29:44Z")

</div>

Awesome! The node red experience becomes even better.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [17 May 2025 15:29 UTC](https://discourse.nodered.org/t/info-icon-for-nodes-with-description/96045/10 "2025-05-17T15:29:51Z")

</div>

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.
