Many Notes
A self-hosted Markdown note-taking web application designed for simplicity. Notes are stored as plain .md files, giving you full control and portability.
Getting Started
- Visit your domain — the login page appears
- Register an account — create your first user (first user becomes admin)
- Create a vault — organize your notes into vaults
- Start writing — use the Markdown editor with live preview
Default Configuration
- SQLite database for metadata, notes stored as
.md files on disk
- Data persists in the
/var/www/html/database/sqlite and /var/www/html/storage volumes
- First registered user becomes the administrator
Key Features
- Multiple users with individual vaults
- Real-time collaborative editing
- Full-text search powered by Typesense (embedded)
- Tree view file explorer
- Links, backlinks, and tags
- Templates for quick note creation
- Import/export vaults
- Light and dark themes
- Progressive Web App (PWA) support
License
MIT — GitHub