# Better way to edit template node

**URL:** https://discourse.nodered.org/t/better-way-to-edit-template-node/8380
**Category:** Dashboard
**Created:** [25 February 2019 19:54 UTC](https://discourse.nodered.org/t/better-way-to-edit-template-node/8380 "2019-02-25T19:54:36Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![fabnavigator](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/fabnavigator/32/5403_2.png) [@fabnavigator](https://discourse.nodered.org/u/fabnavigator)
#### Post date: [25 February 2019 19:54 UTC](https://discourse.nodered.org/t/better-way-to-edit-template-node/8380/1 "2019-02-25T19:54:36Z")

</div>

When I edit function node text there is a button (with two arrows) that I press to open a large JavaScript editor window. I think we need the same thing for editing the UI template node text. Currently you can only see a few lines of text.

---

<div class="post-metadata">

### Author: ![hotNipi](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/hotnipi/32/383_2.png) [@hotNipi](https://discourse.nodered.org/u/hotNipi)
#### Post date: [25 February 2019 20:23 UTC](https://discourse.nodered.org/t/better-way-to-edit-template-node/8380/2 "2019-02-25T20:23:26Z")

</div>

Good time to bump a bit this topic  
[https://discourse.nodered.org/t/expandable-code-editor-for-ui-template-node/2841](https://discourse.nodered.org/t/expandable-code-editor-for-ui-template-node/2841)  
and hope that gurus find some time to invest in between tremendous work they do

---

<div class="post-metadata">

### Author: ![fabnavigator](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/fabnavigator/32/5403_2.png) [@fabnavigator](https://discourse.nodered.org/u/fabnavigator)
#### Post date: [25 February 2019 20:49 UTC](https://discourse.nodered.org/t/better-way-to-edit-template-node/8380/3 "2019-02-25T20:49:09Z")

</div>

It's always nice to find out that's it's not just me. Thanks.

---

<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: [26 February 2019 13:47 UTC](https://discourse.nodered.org/t/better-way-to-edit-template-node/8380/4 "2019-02-26T13:47:22Z")

</div>

I'm sure that they would be happy to receive a Pull Request. 😉

---

<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: [26 February 2019 13:52 UTC](https://discourse.nodered.org/t/better-way-to-edit-template-node/8380/5 "2019-02-26T13:52:20Z")

</div>

As per the other thread... "But it has to be added to the core editor of node-red first, and then dashboard updated to use it" - so two steps - one of which will include requiring Node-RED 0.20

---

<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: [26 February 2019 13:53 UTC](https://discourse.nodered.org/t/better-way-to-edit-template-node/8380/6 "2019-02-26T13:53:57Z")

</div>

I don't suppose this could be expanded to any ACE editor component could it? It would certainly be nice for uibuilder with the new embedded file editor.

---

<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: [26 February 2019 14:15 UTC](https://discourse.nodered.org/t/better-way-to-edit-template-node/8380/7 "2019-02-26T14:15:35Z")

</div>

That is indeed why it needs to be generalised in the core first... rather than each node having to re-implement,
