TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

1 点作者 110285591136超过 6 年前

1 comment

4684499超过 6 年前
<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.