# Linkable comment nodes

**URL:** https://discourse.nodered.org/t/linkable-comment-nodes/19206
**Category:** General
**Created:** [15 December 2019 22:58 UTC](https://discourse.nodered.org/t/linkable-comment-nodes/19206 "2019-12-15T22:58:09Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Waz](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/waz/32/64482_2.png) [@Waz](https://discourse.nodered.org/u/Waz)
#### Post date: [15 December 2019 22:58 UTC](https://discourse.nodered.org/t/linkable-comment-nodes/19206/1 "2019-12-15T22:58:10Z")

</div>

It would be great to be able to link comment nodes with arrows to create a flow chart.  
At the moment I'm doing my system designs in Google drawings, it would be a perfect solution for me to be able to dedicate the first flow tab in projects as a system map - for all things in the system, not necessarily Node Red related.

---

<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: [15 December 2019 23:14 UTC](https://discourse.nodered.org/t/linkable-comment-nodes/19206/2 "2019-12-15T23:14:08Z")

</div>

Hi @Waz

I understand what you mean, but it isn't a goal of the project to become a generic box/wire drawing tool.

Wires represent the flow of messages between nodes. Comment nodes don't send/receive messages, so they don't have ports and cannot be wired together.

---

<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: [16 December 2019 00:15 UTC](https://discourse.nodered.org/t/linkable-comment-nodes/19206/3 "2019-12-16T00:15:07Z")

</div>

There are plenty of other tools that can be used to create data-driven graphs of the type you want. It shouldn't be too hard to use http-in/out, Dashboard or uibuilder to send data from Node-RED to a suitable page.

---

<div class="post-metadata">

### Author: ![Waz](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/waz/32/64482_2.png) [@Waz](https://discourse.nodered.org/u/Waz)
#### Post date: [16 December 2019 00:17 UTC](https://discourse.nodered.org/t/linkable-comment-nodes/19206/4 "2019-12-16T00:17:48Z")

</div>

Excellent idea, thank you.
