Some end of line bell sounds here.
I liked the application - totally minimal! I'm out of date on Javascript, local storage data I assume ends up in the browser cache?
localStorage.setItem("theKeyToSaveItAs", "theValue");
OP is saving via localStorage every 2 seconds:
setInterval(function() {
localStorage.setItem("text", textarea.value);