hi!
Gotten some work done using your palette now, and especially combining this with cursor/vscode, things gotten a lot easier for me to improve / stabilise my node red scripts.
I had some thoughts though I'd like to share:
- since I have to run node-red in docker as root, the files / folder is also (re)created as root, and since those files are on a network drive, I have to
chmod the files / folders all the time after every new save.
- I would prefer to be able to use an even more structured approach, since I now renamed my flows to keep things clear, with the option to have
src / flow / subflow / function.js for instance, instead of the current src/flow OR subflow/function.js.
If I have the time I'll do some research 👍🏻
hi!
Gotten some work done using your palette now, and especially combining this with cursor/vscode, things gotten a lot easier for me to improve / stabilise my node red scripts.
I had some thoughts though I'd like to share:
chmodthe files / folders all the time after every new save.src / flow / subflow / function.jsfor instance, instead of the currentsrc/flow OR subflow/function.js.If I have the time I'll do some research 👍🏻