Open rkrishnasanka opened 8 years ago
Short term solution implemented: Node will find YOUR home directory, and suggest this as your work space folder (so it will no longer be a hard coded directory with my name on it. Instead, whatever your home directory is as defined by your global environment variables, this will be suggested.)
it will take a little more time to implement a file select UI, unless there's a very simple way to do this that I am unaware of.
Note to myself: using localStorage to remember users work space is a poor solution, as that data gets clear. Implement a simple system to write this (and any other important variables) to a file. Then load those from the file when Neptune starts up
Please change this to the default user's document location or put a file picker here