emad-elsaid / devtools

A set of simple tools every developer needs, collected in one application.
http://www.emadelsaid.com/devtools
MIT License
15 stars 6 forks source link

Save/Restore State of any tool #6

Open emad-elsaid opened 8 years ago

emad-elsaid commented 8 years ago

User should be able to save current tool values (textareas values, text fields, checkboxes..etc) into a save state stored on user browser and he could restore it anytime.

a suggested design for this core enhancements is adding a toolbar beside the logo (File, Edit, View...etc) which has a

the tool should save current controller state to client side storage offered by the browser e.g LocalStorage