Something i regularly miss is to be able to deploy my changes without closing the node editor.
This is especially useful for function nodes and large template nodes but could be useful on all nodes.
I have moved most of my templates out of node red and edit them with a ace editor served from node-red.
This works great but causes some headache when i have to use file in nodes to read them again from node-red, swapping payload before file read and swapping back then injecting the html in to a template node so that i can inject msg.payload +++
I do not have enough knowledge of the structure of node red to even hack it together but i made a sketch of how this could look.
Anyone else interested in this?