# Simple Notes Sync ๐Ÿ“ > Minimalist offline notes with auto-sync to your own server [![Android](https://img.shields.io/badge/Android-8.0%2B-green.svg)](https://www.android.com/) [![Material Design 3](https://img.shields.io/badge/Material-Design%203-green.svg)](https://m3.material.io/) [![License](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) [Get it on IzzyOnDroid](https://apt.izzysoft.de/fdroid/index/apk/dev.dettmer.simplenotes) **๐Ÿ“ฑ [APK Download](https://github.com/inventory69/simple-notes-sync/releases/latest)** ยท **๐Ÿ“– [Documentation](docs/DOCS.md)** ยท **๐Ÿš€ [Quick Start](QUICKSTART.md)** **๐ŸŒ Languages:** [Deutsch](README.de.md) ยท **English** --- ## ๐Ÿ“ฑ Screenshots

Notes list Edit note Settings

--- ## โœจ Highlights - โœ… **NEW: Checklists** - Tap-to-check, drag & drop - ๐ŸŒ **NEW: Multilingual** - English/German with language selector - ๐Ÿ“ **Offline-first** - Works without internet - ๐Ÿ”„ **Auto-sync** - On WiFi connection (15/30/60 min) - ๐Ÿ”’ **Self-hosted** - Your data stays with you (WebDAV) - ๐Ÿ’พ **Local backup** - Export/Import as JSON file - ๐Ÿ–ฅ๏ธ **Desktop integration** - Markdown export for Obsidian, VS Code, Typora - ๐Ÿ”‹ **Battery-friendly** - ~0.2-0.8% per day - ๐ŸŽจ **Material Design 3** - Dark mode & dynamic colors โžก๏ธ **Complete feature list:** [FEATURES.md](docs/FEATURES.md) --- ## ๐Ÿš€ Quick Start ### 1. Server Setup (5 minutes) ```bash git clone https://github.com/inventory69/simple-notes-sync.git cd simple-notes-sync/server cp .env.example .env # Set password in .env docker compose up -d ``` โžก๏ธ **Details:** [Server Setup Guide](server/README.md) ### 2. App Installation (2 minutes) 1. [Download APK](https://github.com/inventory69/simple-notes-sync/releases/latest) 2. Install & open 3. โš™๏ธ Settings โ†’ Configure server: - **URL:** `http://YOUR-SERVER-IP:8080/` _(base URL only!)_ - **User:** `noteuser` - **Password:** _(from .env)_ - **WiFi:** _(your network name)_ 4. **Test connection** โ†’ Enable auto-sync 5. Done! ๐ŸŽ‰ โžก๏ธ **Detailed guide:** [QUICKSTART.md](QUICKSTART.md) --- ## ๐Ÿ“š Documentation | Document | Content | |----------|---------| | **[QUICKSTART.md](QUICKSTART.md)** | Step-by-step installation | | **[FEATURES.md](docs/FEATURES.md)** | Complete feature list | | **[BACKUP.md](docs/BACKUP.md)** | Backup & restore guide | | **[DESKTOP.md](docs/DESKTOP.md)** | Desktop integration (Markdown) | | **[DOCS.md](docs/DOCS.md)** | Technical details & troubleshooting | | **[CHANGELOG.md](CHANGELOG.md)** | Version history | | **[UPCOMING.md](docs/UPCOMING.md)** | Upcoming features ๐Ÿš€ | | **[TRANSLATING.md](docs/TRANSLATING.md)** | Translation guide ๐ŸŒ | ```bash cd android ./gradlew assembleStandardRelease ``` โžก๏ธ **Build guide:** [DOCS.md](docs/DOCS.md#-build--deployment) --- ## ๐Ÿค Contributing Contributions welcome! See [CONTRIBUTING.md](CONTRIBUTING.md) --- ## ๐Ÿ“„ License MIT License - see [LICENSE](LICENSE) --- **v1.5.0** ยท Built with โค๏ธ using Kotlin + Jetpack Compose + Material Design 3