I'm using Node-Red for a plankton microscope, and we just discovered the projects feature!
I was wondering if it was possible to have the project folder is not hidden down in the .node-red folder? It would make it easier for our workflow of pushing changes / commiting changes to our main repo as right now, we have to use Export and Import and this is a real pain (since it changes the nodes id, it's impossible to know what changes have been made).
why not use ln -s /home/pi/.node-red/projects/projecttest /home/pi/projecttest
i.e first comes the path to the folder then comes the shortlink name so you leave the project alone but you hav access to the folder using your short link