TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: “Digital Scrap Paper” – simple, private in-browser note taking

1 pointsby 110285591136over 6 years ago

1 comment

4684499over 6 years ago
<p><pre><code> data:text&#x2F;html,&lt;h3 contenteditable oninput=&quot;document.title=this.innerHTML&quot;&gt;untitled&lt;&#x2F;h3&gt;&lt;div contenteditable&gt;note&lt;&#x2F;div&gt; </code></pre> Put this in your address bar or bookmark it. Same functionality as yours, but you can save note&#x27;s content with Ctrl + S since it&#x27;s a div tag instead of textarea.