Hacker News new | ask | show | jobs
by gabrielsroka 621 days ago
Would something like this work instead of using Notepad/TextEdit (at least at first)? Of course, this code could be made better...

  <textarea onkeyup='results.innerHTML=this.value'></textarea>
  <div id=results></div>
1 comments

Oh yes, that is easy enough and it works fine. It can even save with:

    localStorage.setItem('text',results.innerHTML=this.value)