Hacker News new | ask | show | jobs
Show HN: “Digital Scrap Paper” – simple, private in-browser note taking (github.com)
1 points by 110285591136 2855 days ago
1 comments

  data:text/html,<h3 contenteditable oninput="document.title=this.innerHTML">untitled</h3><div contenteditable>note</div>
Put this in your address bar or bookmark it. Same functionality as yours, but you can save note's content with Ctrl + S since it's a div tag instead of textarea.