Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

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>


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

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





Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: