展示HN:一个自动将笔记保存为.txt文件的便签应用

1作者: tom2948329494大约 1 个月前原帖
我知道每个人都有自己的记笔记系统,并且有更好的方法来做到这一点,但: 每当我在会议中需要快速记笔记,或者粘贴一些网址/代码/其他内容以便保存,或者将格式化的文本粘贴为无格式文本时,我通常会打开文本编辑器。 这就像拿一张废纸随便写下什么。 这些类型的笔记我不想放在任何云端、严肃的笔记应用程序或任何代码编辑器中。 但是,打开(新文档)时多出的一次点击,以及在关闭时决定如何处理旧笔记(删除?保存?)的负担太大了。 所以我自己制作了一个记事本,它的功能类似于超级简单的文本编辑器,但所有笔记都会自动保存到一个预定义的文件夹中。 - 启动或重新打开时会打开一个新笔记。 - 笔记可以通过时间戳自动命名,编号为“笔记 N”,自定义前缀或文本的第一行。 - 可隐藏的侧边栏显示所有笔记。 - 快捷键可以创建、删除、切换笔记。 如果将 Claude Code 指向那个文件夹以组织或处理所有笔记,那就更好了。 再说一次:这是我为自己制作的自定义应用,所以可能对其他人没有用,但无论如何: [https://tomreinert.de/en/verygoodnotepad/](https://tomreinert.de/en/verygoodnotepad/) [https://apps.apple.com/us/app/very-good-notepad/id6758906859](https://apps.apple.com/us/app/very-good-notepad/id6758906859) PS:这是使用 Xcode 26.3 中的新 Claude Code 集成构建的,效果相当不错。
查看原文
I know everybody has their own note-taking system and there are better ways to do this, but:<p>Whenever I need to make quick notes during a meeting, or paste some url &#x2F; code &#x2F; whatever to hold it, or paste formatted text to un-format it, I used to open TextEdit.<p>It&#x27;s the equivalent of taking a scrap piece of paper and jotting something down.<p>These kinds of notes I don&#x27;t want in any cloud, serious note-taking app or any code editor.<p>But the burden of having 1 extra click on open (new document), and deciding what to do with old notes when closing (delete? save?) was too much.<p>So I built my own notepad which behaves like a super simple textedit, but all notes are automatically saved to a predefined folder.<p>- Opens with a new note when launched, or re-opened.<p>- Notes can be auto-named by timestamp, numbered &quot;Note N&quot;, custom prefix or by first line of text.<p>- Hideable sidebar shows all notes.<p>- Shortcuts can create, delete, switch between notes.<p>Bonus points for pointing claude code to that folder to organize or work with all notes.<p>Again: This is a custom app I made for myself, so probably it&#x27;s not useful to anyone, but anyhow:<p><a href="https:&#x2F;&#x2F;tomreinert.de&#x2F;en&#x2F;verygoodnotepad&#x2F;" rel="nofollow">https:&#x2F;&#x2F;tomreinert.de&#x2F;en&#x2F;verygoodnotepad&#x2F;</a><p><a href="https:&#x2F;&#x2F;apps.apple.com&#x2F;us&#x2F;app&#x2F;very-good-notepad&#x2F;id6758906859">https:&#x2F;&#x2F;apps.apple.com&#x2F;us&#x2F;app&#x2F;very-good-notepad&#x2F;id6758906859</a><p>PS: This was built with the new Claude Code integration in xcode 26.3, worked quite well.