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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Simple no bs persistent notepad

34 点作者 ambigious7777大约 1 年前

8 条评论

lifthrasiir大约 1 年前
This is not &quot;simple&quot;. And I&#x27;m not even talking about tracking, why is `all.js` a whooping 1 MB of JavaScript? For example, it clearly includes markdown-it but the website has zero Markdown support as far as I can tell. Spell-checking is the only non-trivial component I can imagine and even that can be plausibly replaced with a native `spellcheck` attribute.<p>I would instead recommend a beautifully golfed, and yet still quite readable and functional notepad app with &lt;100 bytes of JS: <a href="https:&#x2F;&#x2F;xem.github.io&#x2F;postit&#x2F;" rel="nofollow">https:&#x2F;&#x2F;xem.github.io&#x2F;postit&#x2F;</a>
评论 #39748838 未加载
doylemark大约 1 年前
This page has unnecessary user tracking, such as:<p>{ &quot;n&quot;: &quot;User wrote something&quot;, &quot;u&quot;: &quot;<a href="https:&#x2F;&#x2F;blank.page&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blank.page&#x2F;</a>&quot;, &quot;d&quot;: &quot;blank.page&quot;, &quot;r&quot;: &quot;<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;</a>&quot;, &quot;p&quot;: { &quot;branch&quot;: &quot;master&quot; } }
评论 #39734419 未加载
评论 #39726908 未加载
评论 #39727127 未加载
评论 #39736356 未加载
redder23大约 1 年前
Why would I use a Browser for a &quot;persistent&quot; notes?<p>&quot;Persistent&quot; until I delete browser cache?<p>Why would I type my notes into a website somebody hosts? People really fail to understand what apps are for these days. They are 1001 minimalistic writing apps. And all kinds of Note apps. The is Gnote for Linux that may not look as nice, but you can actually link notes with each other, and they are in fact truly persistent and stored on your PC not in some stupid browser cache.
评论 #39732486 未加载
mitjafelicijan大约 1 年前
I made this <a href="https:&#x2F;&#x2F;textarea.cc" rel="nofollow">https:&#x2F;&#x2F;textarea.cc</a> for myself a while ago. I use the LanguageTool browser extension for spellchecking. Mainly just a textarea field with a touch of JS sprinkled on top of it.
peddling-brink大约 1 年前
Very nice! Simple and clean.<p>Is it open source? I don’t see any links on mobile. This is the type of thing that people may prefer to self host.
nan60大约 1 年前
This is pretty cool. I think markdown support and animations when typing (like Word has) would be welcome additions. Also, there seems to be flickering when I first start typing?
评论 #39730770 未加载
ambigious7777大约 1 年前
there&#x27;s a lot of hidden features<p>for example you can create multiple notes by doing <a href="https:&#x2F;&#x2F;blank.page&#x2F;notenamehere" rel="nofollow">https:&#x2F;&#x2F;blank.page&#x2F;notenamehere</a>
porridgeraisin大约 1 年前
Been using this for a long while, i love it