Update Help

Miguel Jacq 2025-11-08 01:18:17 -06:00
parent ea43ad4a1f
commit 086614f42a

@ -90,11 +90,13 @@ If there are multiple dates with a match, these will be listed underneath each o
In the File -> Settings dialog, it is possible to:
- Configure the **theme** (dark, light or system mode)
- **Change to a different notebook** (must exist on the disk somewhere)
- **Remember the encryption key**. Doing so means that you aren't prompted for it at startup (**WARNING**: this means the encryption key is written to the application settings on the disk! It could be exfiltrated by various means if the filesystem is accessible to an attacker. Only check this option if you are not concerned with this risk.)
- **Change the encryption key**. This will prompt for a new passphrase and will re-encrypt the database with that passphrase.
- **Configure the auto-lock timeout**. The default setting is to lock the notepad if it has been idle (no key presses) for 15 minutes, after which time you must re-enter the password. You can set to 0 (Never) to turn off the auto-lock feature.
- **Compact** the database. This runs the SQLite3 command `VACUUM` against the database, which can de-fragment it and reduce its size.
- Configure whether to **move yesterday's TODOs to today** at startup. This means that any unchecked checkboxes from yesterday's day, will be automatically *moved* to today's page, when you start the application. This can be a good way of carrying forward uncompleted tasks to your TODO list for today.
## Export options