# \[FR\]node-red nodes take precedence in palette

**URL:** https://discourse.nodered.org/t/fr-node-red-nodes-take-precedence-in-palette/2855
**Category:** Feature Requests
**Created:** [4 September 2018 22:23 UTC](https://discourse.nodered.org/t/fr-node-red-nodes-take-precedence-in-palette/2855 "2018-09-04T22:23:33Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![cymplecy](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/cymplecy/32/2773_2.png) [@cymplecy](https://discourse.nodered.org/u/cymplecy)
#### Post date: [4 September 2018 22:23 UTC](https://discourse.nodered.org/t/fr-node-red-nodes-take-precedence-in-palette/2855/1 "2018-09-04T22:23:33Z")

</div>

Just went to install dashboard using palette but the offical node-red one was at bottom due to alphabetical sort order

Could it be made to do node-red-xxx before node-red-contrib-yyyy ?

if not - can order be reverse alpha instead to get around it?

---

<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: [4 September 2018 22:34 UTC](https://discourse.nodered.org/t/fr-node-red-nodes-take-precedence-in-palette/2855/2 "2018-09-04T22:34:57Z")

</div>

You can already change the sort from A-Z to Recent - so they are sorted with the most recently updated at the top of the list. That helps reveal the more active nodes - and given a search for `dashboard` does put node-red-dashboard at the top of the list.

We introduced a simple rating system on [flows.nodered.org](http://flows.nodered.org) a while ago - but we haven't yet surfaced that in the catalogue format used by the Palette Manager. That would be another way to let 'good' nodes be prioritised in the list.

We have no plans to unnaturally prioritise our own nodes in the list.

---

<div class="post-metadata">

### Author: ![drmibell](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/drmibell/32/8424_2.png) [@drmibell](https://discourse.nodered.org/u/drmibell)
#### Post date: [5 September 2018 22:13 UTC](https://discourse.nodered.org/t/fr-node-red-nodes-take-precedence-in-palette/2855/3 "2018-09-05T22:13:51Z")

</div>

@knolleary Isn't it true that "officially" supported nodes are named `node-red-node-xxx` instead of `node-red-contrib-xxx.`? Or have I just been lucky finding what I want?

---

<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: [5 September 2018 22:26 UTC](https://discourse.nodered.org/t/fr-node-red-nodes-take-precedence-in-palette/2855/4 "2018-09-05T22:26:03Z")

</div>

Well that is the naming convention... but we can't enforce it - so if someone "mis-names" their node then it can confuse, and indeed some contrib nodes could well be better than the main ones (I thinking mongodb in particular) as unsurprisingly some users are more expert in some of these areas than we are... so as usual it's more of a guideline than a rule. And some of the "official" ones are somewhat on the periphery of our attention so may get neglected from time to time as we only have so much time to try to juggle. (Hint - all pull requests gratefully received).

(And flipside I have published contrib nodes myself that I didn't consider mainstream enough like the worldmap etc, but do get regular updates...)
