[skip ci] 📚 Docs: Reorganize + Web Editor to v1.3.0

## 📁 Reorganization
- Moved all docs to docs/ folder (FEATURES, BACKUP, DESKTOP, DOCS)
- Updated all cross-references in README.md/en
- Fixed internal links in docs

## �� Corrections
- FEATURES.md: Fixed build variants - both are 100% FOSS (no Google Services)
- Clarified: App is completely FOSS with no proprietary libraries

##  Changes
- Web Editor moved from v1.6.0 to v1.3.0 (earlier implementation)
- Combined with organization features (tags, search, sorting)
This commit is contained in:
inventory69
2026-01-05 12:43:01 +01:00
parent 015b90d56e
commit 9eabc9a5f0
10 changed files with 33 additions and 26 deletions

View File

@@ -6,7 +6,7 @@
[![Material Design 3](https://img.shields.io/badge/Material-Design%203-green.svg)](https://m3.material.io/) [![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) [![License](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
**📱 [APK Download](https://github.com/inventory69/simple-notes-sync/releases/latest)** · **📖 [Documentation](DOCS.en.md)** · **🚀 [Quick Start](QUICKSTART.en.md)** **📱 [APK Download](https://github.com/inventory69/simple-notes-sync/releases/latest)** · **📖 [Documentation](docs/DOCS.en.md)** · **🚀 [Quick Start](QUICKSTART.en.md)**
**🌍 Languages:** [Deutsch](README.md) · **English** **🌍 Languages:** [Deutsch](README.md) · **English**
@@ -32,7 +32,7 @@
- 🔋 **Battery-friendly** - ~0.2-0.8% per day - 🔋 **Battery-friendly** - ~0.2-0.8% per day
- 🎨 **Material Design 3** - Dark mode & dynamic colors - 🎨 **Material Design 3** - Dark mode & dynamic colors
➡️ **Complete feature list:** [FEATURES.en.md](FEATURES.en.md) ➡️ **Complete feature list:** [FEATURES.en.md](docs/FEATURES.en.md)
--- ---
@@ -71,12 +71,9 @@ docker compose up -d
| Document | Content | | Document | Content |
|----------|---------| |----------|---------|
| **[QUICKSTART.en.md](QUICKSTART.en.md)** | Step-by-step installation | | **[QUICKSTART.en.md](QUICKSTART.en.md)** | Step-by-step installation |
| **[FEATURES.en.md](FEATURES.en.md)** | Complete feature list | | **[FEATURES.en.md](docs/FEATURES.en.md)** | Complete feature list |
| **[BACKUP.en.md](BACKUP.en.md)** | Backup & restore guide | | **[BACKUP.en.md](docs/BACKUP.en.md)** | Backup & restore guide |
| **[DESKTOP.en.md](DESKTOP.en.md)** | Desktop integration (Markdown) | | **[DESKTOP.en.md](docs/DESKTOP.en.md)** | Desktop integration (Markdown) |
| **[DOCS.en.md](DOCS.en.md)** | Technical details & troubleshooting |
| **[CHANGELOG.md](CHANGELOG.md)** | Version history |
--- ---
## 🛠️ Development ## 🛠️ Development
@@ -86,7 +83,7 @@ cd android
./gradlew assembleStandardRelease ./gradlew assembleStandardRelease
``` ```
➡️ **Build guide:** [DOCS.en.md](DOCS.en.md) ➡️ **Build guide:** [DOCS.en.md](docs/DOCS.en.md)
--- ---

View File

@@ -6,7 +6,7 @@
[![Material Design 3](https://img.shields.io/badge/Material-Design%203-green.svg)](https://m3.material.io/) [![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) [![License](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
**📱 [APK Download](https://github.com/inventory69/simple-notes-sync/releases/latest)** · **📖 [Dokumentation](DOCS.md)** · **🚀 [Quick Start](QUICKSTART.md)** **📱 [APK Download](https://github.com/inventory69/simple-notes-sync/releases/latest)** · **📖 [Dokumentation](docs/DOCS.md)** · **🚀 [Quick Start](QUICKSTART.md)**
**🌍 Sprachen:** **Deutsch** · [English](README.en.md) **🌍 Sprachen:** **Deutsch** · [English](README.en.md)
@@ -32,7 +32,7 @@
- 🔋 **Akkuschonend** - ~0.2-0.8% pro Tag - 🔋 **Akkuschonend** - ~0.2-0.8% pro Tag
- 🎨 **Material Design 3** - Dark Mode & Dynamic Colors - 🎨 **Material Design 3** - Dark Mode & Dynamic Colors
➡️ **Vollständige Feature-Liste:** [FEATURES.md](FEATURES.md) ➡️ **Vollständige Feature-Liste:** [FEATURES.md](docs/FEATURES.md)
--- ---
@@ -71,10 +71,10 @@ docker compose up -d
| Dokument | Inhalt | | Dokument | Inhalt |
|----------|--------| |----------|--------|
| **[QUICKSTART.md](QUICKSTART.md)** | Schritt-für-Schritt Installation | | **[QUICKSTART.md](QUICKSTART.md)** | Schritt-für-Schritt Installation |
| **[FEATURES.md](FEATURES.md)** | Vollständige Feature-Liste | | **[FEATURES.md](docs/FEATURES.md)** | Vollständige Feature-Liste |
| **[BACKUP.md](BACKUP.md)** | Backup & Wiederherstellung | | **[BACKUP.md](docs/BACKUP.md)** | Backup & Wiederherstellung |
| **[DESKTOP.md](DESKTOP.md)** | Desktop-Integration (Markdown) | | **[DESKTOP.md](docs/DESKTOP.md)** | Desktop-Integration (Markdown) |
| **[DOCS.md](DOCS.md)** | Technische Details & Troubleshooting | | **[DOCS.md](docs/DOCS.md)** | Technische Details & Troubleshooting |
| **[CHANGELOG.md](CHANGELOG.md)** | Versionshistorie | | **[CHANGELOG.md](CHANGELOG.md)** | Versionshistorie |
--- ---
@@ -86,7 +86,7 @@ cd android
./gradlew assembleStandardRelease ./gradlew assembleStandardRelease
``` ```
➡️ **Build-Anleitung:** [DOCS.md](DOCS.md) ➡️ **Build-Anleitung:** [DOCS.md](docs/DOCS.md)
--- ---

View File

@@ -317,7 +317,7 @@ Step-by-step:
--- ---
**📚 See also:** **📚 See also:**
- [QUICKSTART.en.md](QUICKSTART.en.md) - App installation and setup - [QUICKSTART.en.md](../QUICKSTART.en.md) - App installation and setup
- [FEATURES.en.md](FEATURES.en.md) - Complete feature list - [FEATURES.en.md](FEATURES.en.md) - Complete feature list
- [DESKTOP.en.md](DESKTOP.en.md) - Desktop integration with Markdown - [DESKTOP.en.md](DESKTOP.en.md) - Desktop integration with Markdown

View File

@@ -317,7 +317,7 @@ Schritt-für-Schritt:
--- ---
**📚 Siehe auch:** **📚 Siehe auch:**
- [QUICKSTART.md](QUICKSTART.md) - App-Installation und Einrichtung - [QUICKSTART.md](../QUICKSTART.md) - App-Installation und Einrichtung
- [FEATURES.md](FEATURES.md) - Vollständige Feature-Liste - [FEATURES.md](FEATURES.md) - Vollständige Feature-Liste
- [DESKTOP.md](DESKTOP.md) - Desktop-Integration mit Markdown - [DESKTOP.md](DESKTOP.md) - Desktop-Integration mit Markdown

View File

@@ -498,7 +498,7 @@ Planned for v1.3.0+:
--- ---
**📚 See also:** **📚 See also:**
- [QUICKSTART.en.md](QUICKSTART.en.md) - App setup - [QUICKSTART.en.md](../QUICKSTART.en.md) - App setup
- [FEATURES.en.md](FEATURES.en.md) - Complete feature list - [FEATURES.en.md](FEATURES.en.md) - Complete feature list
- [BACKUP.en.md](BACKUP.en.md) - Backup & restore - [BACKUP.en.md](BACKUP.en.md) - Backup & restore

View File

@@ -498,7 +498,7 @@ Geplant für v1.3.0+:
--- ---
**📚 Siehe auch:** **📚 Siehe auch:**
- [QUICKSTART.md](QUICKSTART.md) - App-Einrichtung - [QUICKSTART.md](../QUICKSTART.md) - App-Einrichtung
- [FEATURES.md](FEATURES.md) - Vollständige Feature-Liste - [FEATURES.md](FEATURES.md) - Vollständige Feature-Liste
- [BACKUP.md](BACKUP.md) - Backup & Wiederherstellung - [BACKUP.md](BACKUP.md) - Backup & Wiederherstellung

View File

@@ -181,9 +181,10 @@
- ✅ **OkHttp** - HTTP client (via Sardine) - ✅ **OkHttp** - HTTP client (via Sardine)
### Build Variants ### Build Variants
- ✅ **Standard** - Google Play version (with Google services prepared) - ✅ **Standard** - Universal APK (100% FOSS, no Google dependencies)
- ✅ **F-Droid** - FOSS version (no Google dependencies) - ✅ **F-Droid** - Identical to Standard (100% FOSS)
- ✅ **Debug/Release** - Development and production - ✅ **Debug/Release** - Development and production
- ✅ **No Google Services** - Completely FOSS, no proprietary libraries
--- ---
@@ -209,7 +210,11 @@
Planned for upcoming versions (see [TODO.md](project-docs/simple-notes-sync/planning/TODO.md)): Planned for upcoming versions (see [TODO.md](project-docs/simple-notes-sync/planning/TODO.md)):
### v1.3.0 - Advanced Organization ### v1.3.0 - Web Editor & Organization
- ⏳ **Browser-based editor** - Edit notes in web browser
- ⏳ **WebDAV access via browser** - No mount needed
- ⏳ **Mobile-optimized** - Responsive design
- ⏳ **Offline-capable** - Progressive Web App (PWA)
- ⏳ **Tags/labels** - Categorize notes - ⏳ **Tags/labels** - Categorize notes
- ⏳ **Search** - Full-text search in all notes - ⏳ **Search** - Full-text search in all notes
- ⏳ **Sorting** - By date, title, tags - ⏳ **Sorting** - By date, title, tags

View File

@@ -181,9 +181,10 @@
- ✅ **OkHttp** - HTTP Client (via Sardine) - ✅ **OkHttp** - HTTP Client (via Sardine)
### Build-Varianten ### Build-Varianten
- ✅ **Standard** - Google Play Version (mit Google-Services vorbereitet) - ✅ **Standard** - Universal APK (100% FOSS, keine Google-Dependencies)
- ✅ **F-Droid** - FOSS Version (keine Google-Dependencies) - ✅ **F-Droid** - Identisch mit Standard (100% FOSS)
- ✅ **Debug/Release** - Entwicklung und Production - ✅ **Debug/Release** - Entwicklung und Production
- ✅ **Keine Google Services** - Komplett FOSS, keine proprietären Bibliotheken
--- ---
@@ -209,7 +210,11 @@
Geplant für kommende Versionen (siehe [TODO.md](project-docs/simple-notes-sync/planning/TODO.md)): Geplant für kommende Versionen (siehe [TODO.md](project-docs/simple-notes-sync/planning/TODO.md)):
### v1.3.0 - Erweiterte Organisation ### v1.3.0 - Web Editor & Organisation
- ⏳ **Browser-basierter Editor** - Notizen im Webbrowser bearbeiten
- ⏳ **WebDAV-Zugriff via Browser** - Kein Mount nötig
- ⏳ **Mobile-optimiert** - Responsive Design
- ⏳ **Offline-fähig** - Progressive Web App (PWA)
- ⏳ **Tags/Labels** - Kategorisierung von Notizen - ⏳ **Tags/Labels** - Kategorisierung von Notizen
- ⏳ **Suche** - Volltextsuche in allen Notizen - ⏳ **Suche** - Volltextsuche in allen Notizen
- ⏳ **Sortierung** - Nach Datum, Titel, Tags - ⏳ **Sortierung** - Nach Datum, Titel, Tags