Update Help

Miguel Jacq 2025-11-01 23:13:38 -05:00
parent a42eaac870
commit 0c10ebcf82

@ -49,7 +49,7 @@ If there are multiple dates with a match, these will be listed underneath each o
In the File -> Settings dialog, it is possible to: In the File -> Settings dialog, it is possible to:
- Change to a different notebook (must exist on the disk somewhere) - Change to a different notebook (must exist on the disk somewhere)
- Remember the encryption key, so 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.) - 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. - Change the encryption key. This will prompt for a new passphrase and will re-encrypt the database with that passphrase.
## Export options ## Export options
@ -61,4 +61,6 @@ Currently, the following formats are supported for export:
- CSV - CSV
- HTML - HTML
Set the appropriate extension when prompted to save the exported file.
For txt format, the HTML is stripped. All other options retain the underlying HTML. For txt format, the HTML is stripped. All other options retain the underlying HTML.