Skip to content

Commit ff56b8b

Browse files
docs: clarify storage approach for web target in feature list
Agent-Logs-Url: https://github.com/SmilingPixel/mark-day/sessions/335bdd9a-a3b2-4031-9752-d91550b0df38 Co-authored-by: SmilingPixel <73827509+SmilingPixel@users.noreply.github.com>
1 parent 80e9ddf commit ff56b8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ MarkDay is a cross-platform diary and journaling application built with **Kotlin
66

77
- **Cross-Platform:** Write your diary on Android, Desktop, or directly in the browser.
88
- **Unified UI:** Beautiful and consistent Material 3 interface across all devices, powered by Compose Multiplatform.
9-
- **Local Storage:** Fast and reliable text storage utilizing Room Multiplatform (SQLite).
9+
- **Local Storage:** Fast and reliable text storage utilizing Room Multiplatform (SQLite) on Android, Desktop, and iOS. Web (Wasm) uses in-memory storage with browser localStorage for preferences.
1010
- **Rich Content:** Support for rich text and image rendering (via multiplatform-markdown-renderer and Coil).
1111
- **Sync & Backup (Android/Desktop JVM only):** Google Drive integration for seamless data backups and remote sync. Web (Wasm) support is not implemented yet.
1212

0 commit comments

Comments
 (0)