OpenSource-Hub

files.md

애플리케이션

zakirullin/files.md

로컬 우선의 프라이빗 Markdown 노트 앱.

개요

로컬 우선의 비공개 노트 앱으로, 순수 .md 파일로 내용을 저장하며, 채팅식 기록, 일기, 작업 목록을 지원하고 오프라인에서 사용 가능합니다. 코드가 간결하며 LLM 확장에 용이합니다.

README 미리보기

\n\n# Files.md  \nPrivate, quiet space for thinking. A simple app for your `.md` files.  \n\n\n\nYou can store your whole life:\n- 📌 Notes\n- 📝 Documents, Projects\n- 💚 Journal, Habits\n- ✅ Checklists, Tasks\n\nAll in plain `.md` files, local-first. LLM-friendly. **Private - no data is sent to server**.    \n\n> Own your data as plain local files.  \n> Own the software that opens those files.  \n> Grow your knowledge with files and your own brain.  \n> Grow the software around it with an LLM.  \n> **Plain files and self-owned software can last through the ages**.  \n \nTry it out: [app.files.md](https://app.files.md) (Beta). Main site: [files.md](https://files.md).\n\n**I have been building this project for 5 years**. Consider **[supporting on GitHub 💚](https://github.com/sponsors/zakirullin)**.  \n\nYou can use this app for Zettelkasten, Second Brain, Notes taking, Journaling, To Do lists, Checklists, and more.  \n\n[Dump your thoughts](#dump-your-thoughts) · [How to think deeply](#how-to-think-deeply) · [Second Brain?](#second-brain) · [Journal, tasks and checklists](#journal) · [Files structure](#files-structure)\n\n## Another note taking app? \nMaybe. But this time:\n- Only necessary features, **restrictions foster creativity**\n- **Chat-like flow for lazy thought capture**\n- Free and open source\n- No need to install anything, all you need is a browser\n- Works offline\n- **Local-first, files don't leave your device**\n- Extremely simple code. **One person or an LLM can fit the whole project in head**\n- The codebase is ready for your LLM to extend to your needs\n- Portable, no build systems, just open `web/index.html` \n- Optional out of the box synchronization \n- The server is just one binary (or use iCloud/Dropbox/Google Drive for sync)\n- Telegram chatbot for on-the-go access to your files\n\n## How to use\n- Open [app.files.md](https://app.files.md) (Chrome is recommended)\n- Click "Install files.md" on the right side of the address bar:\n\n    \n  \

FAQ (1)

문제 해결
이 앱은 Firefox에서 로컬 폴더를 여는 것을 지원하나요?

Firefox에서 OPFS(Origin Private File System)를 사용한 브라우저 로컬 저장소 작업은 정상 작동합니다. 하지만 로컬 폴더를 열기 위해서는 File System Access API가 필요한데, 이 API는 아직 Firefox에서 완전히 지원되지 않습니다. 해결 방법으로 Chrome이나 Edge 같은 Chromium 기반 브라우저를 사용하여 로컬 폴더에 접근하세요. Firefox의 구현 상태는 caniuse.com/native-filesystem-api에서 확인할 수 있습니다.

원본 Issue #34