Kin69 / EasyNotes

EasyNotes: Jetpack Compose MVVM for seamless note-taking. Effortless creation, editing, and organization.
GNU General Public License v3.0
333 stars 26 forks source link

Backup and restore (with modular design) #80

Open serrq opened 2 months ago

serrq commented 2 months ago

Locally encrypted (at rest) database with modular design.

So an user can building a custom backup tailored with its needs.

i.e.

• plain notes • attachments • settings preferences • to do lists • templates • themes • typo styles • bookmarks (like Snappr) • labels • etc.

The screenshot is taken from Libretube app (Github and F-droid).

modular-backup

serrq commented 2 months ago

15