diff --git a/README.md b/README.md index 0cbac91..bcc0215 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ There is deliberately no network connectivity or syncing intended. ![Screenshot of Bouquin](./screenshot.png) +![Screenshot of Bouquin in dark mode](./screenshot_dark.png) + ## Features * Data is encrypted at rest @@ -30,8 +32,11 @@ There is deliberately no network connectivity or syncing intended. * Transparent integrity checking of the database when it opens * Automatic locking of the app after a period of inactivity (default 15 min) * Rekey the database (change the password) - * Export the database to json, txt, html, csv or .sql (for sqlite3) + * Export the database to json, txt, html, csv, markdown or .sql (for sqlite3) * Backup the database to encrypted SQLCipher format (which can then be loaded back in to a Bouquin) + * Dark and light themes + * Automatically generate checkboxes when typing 'TODO' + * Optionally automatically move unchecked checkboxes from yesterday to today, on startup ## How to install diff --git a/screenshot_dark.png b/screenshot_dark.png new file mode 100644 index 0000000..e9b4b8c Binary files /dev/null and b/screenshot_dark.png differ