Node-red is very much drag and drop, although very nice, it is not fast when you have a large number of nodes installed in the palette.
I got a brainwave - what if you could use the cmd-shift-p command window to type in the nodes (with tab autocompletion) separated by a space and the editor adds them to the flow upon enter.
eg.
which would expand to (yes typo in mysl)
Perhaps under a submenu, create flow: ... (to make it technically work in the current action window)
The dream! Something like emmet for Node-RED would be amazing. I've requested similar key entry and other ideas like parameterised flow templates but in the end, being 100% honest, the great majority would still drag and drop sadly.
The problem with templates is that there aren't really any with NR.
What could be a good idea is to add the nodes to the workspace with a command (the purpose here). This saves time because we don't have to search for each node anymore.
Although I like it, but in reality it would take more time than dragging and dropping
'emmet' like interface would actually be very fast (if you are used to it).