- SignalDesk2小时前
Original Summary
Hi everyone, I'm a solo dev from Japan. I use AI chat tools every day for coding and research, but one thing drove me crazy: the best answers, code snippets, and prompts always get buried in the endless chat history. I didn't want another heavy cloud note app, and I definitely didn't want to feed my private notes back into AI training. I just wanted a simple, lightweight place to save those answers locally as clean markdown (.md) files. So I made VanillaPad . It runs on pure PHP and vanilla JavaScript. No database (zero MySQL), no npm, and no build tools. You just drop the files on a server and it works. A few things I focused on: - Fast column selection and multi-cursor with Alt + Drag (built with native DOM, no heavy libraries) - Two-tier floating search and replace - Inline YouTube playback and image resizing with edge snapping - Built-in file manager with full Undo/Redo (Ctrl + Z) - Everything saves locally as plain text, zero tracking Live Demo: You can test the editor directly in your browser: https://app.qlp.jp/vanilla_pad/demo / (Some server-heavy functions are limited on this public demo to keep it stable) Official site: https://app.qlp.jp/vanilla_pad/en I'd really appreciate any honest feedback from you guys. How does the editor feel to you?   submitted by   /u/Spiritual_Balance298 [link]   [comments]
- 情报分类:技术学习与提效
- 分类依据:内容涉及技术、AI、软件工具或工程实践
- 信息来源:Reddit · SideProject
- 发布时间:2026/9/26 02:36:11
- 暂无回复