prjseal / Package-Script-Writer

Source code for the Package Script Writer tool website
https://psw.codeshare.co.uk
MIT License
22 stars 24 forks source link

Adds option to save current settings to local storage. #13

Closed skttl closed 1 year ago

skttl commented 1 year ago

One thing I miss, is the ability to have the site remember what I want to use as eg. username and password for unattended installs. I know it generates a URL with querystring parameters for this, but then I'm required to either remember the url or add a bookmark (that I then need to find) in order to use those.

So I added functionality to save the current settings to the browsers localstorage (it simply saves the querystring), and on initialization it will read the settings from localstorage and apply them.

image