mingo-app / mingo

Found a bug? have a FR ?
60 stars 2 forks source link

feature request: NodeShell scripts enhancement #506

Open jamesholcomb opened 1 year ago

jamesholcomb commented 1 year ago

From the NodeShell tab, the Open button only lets you pull in scripts that have been previously saved in Mingo (where they're saved, idk).

I would rather see the Open button present a list of filenames from a default folder (perhaps set in Preferences).

tothradoslav commented 1 year ago

So you would like to save scripts to a folder (as .js files) and then open those? BTW, saving a script can be done by the submit button (Execute), it says "Save current code" but I will rename it to "Save current script". We are planning major improvements in NodeShell, so this will be more user friendly.

Any other ideas are highly appreciated. Thank you.

jamesholcomb commented 1 year ago

...essentially an easier way to access previously saved files from NodeShell.

tothradoslav commented 1 year ago

Do they have to be files?or any way to save and load easily in UI? We already have saving / loading of scrips, just need to make it more userfiendly and obvious. I guess.

jamesholcomb commented 1 year ago

How do you open a file from NodeShell? I could not find a way...I even tried dragging and dropping a file onto the tab surface.

tothradoslav commented 1 year ago

This is currently not possible. You can save a script and then reopen it later, but for now, there's no way to open a .js file.