amhairghin wrote:tsquillario wrote:Right now defaults for settings are set from the global.js file https://github.com/tsquillario/Jamstash/blob/gh-pages/js/global.js, then overwritten if a value is set in a cookie.
Couldn't you just edit this file?
Mmm, i think that i need modify https://github.com/tsquillario/Jamstash/blob/gh-pages/js/utils.js, concretely the getValue and setValue so use a store_in_file(tm) instead cookie
I see, for you this would work but for other users of your local app it wouldn't. What about HTML5 localStorage? Is that deleted upon close of the AppWindow?