Update Help

Miguel Jacq 2025-11-26 18:19:00 -06:00
parent 845e84bd22
commit 8da825c2e1

@ -184,7 +184,7 @@ In the File -> Settings dialog, it is possible to:
- **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.
- Configure whether to **move previous unchecked TODOs to the next weekday** at startup. This means that any unchecked checkboxes from the last 7 days will be automatically *moved* to the next weekday (e.g today, or if it is the weekend, the following Monday).
## Export options