I have been working on an on/offline text-editing HTML page to take notes. It has a <textarea/>
like the ask page.
The problem is if the browser crashes, then some work may be irrecoverable. What is a simple, clean way to save the real-time contents of the HTML page to a .html file? In Chrome or IE is there any way to save the HTML document as it is exactly displayed?
I tried a File...Save As
in Chrome and IE will not persist the text changes I made.
The question https://stackoverflow.com/questions/21486908/save-a-webpage-after-its-variables-have-been-changed looks similar, but is lengthy, and nobody answered it (yet).