[ANNOUNCE] doc-red

If you ever wanted a plugin that displays an icon in case you have documentation on your node, the time has come. We proudly announce doc-red.

It also gives you a sidebar where all todos are listed and has some nice features like auto-documentation of outputs.

Please enjoy and let us know whether you like this plugin or not.

Cheers
Chris

1 Like

As per the other thread, would be great if you could update to target node.js versions of 18+ rather than specific versions which currently exclude v20 which I'm running and so I can't use the node I'm afraid.

More details on this plugin and some screenshots can be found in this thread.

1 Like

As in the other thread mentioned we cannot reproduce that problem. We use node v20.18.0 and exclude only lower than v14.

"engines": {
    "node": ">=14.0"
  }

doc-red has also no dependencies (1 dev dependency). We installed it via cli and via node-red manager on a fresh system in gitpod and on a local machine without problems.

OK, thanks, probably my dev setup then which doubtless needs some tidying up!