diff --git a/Help.md b/Help.md index 7e0700e..e590db2 100644 --- a/Help.md +++ b/Help.md @@ -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: - 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. ## Export options @@ -61,4 +61,6 @@ Currently, the following formats are supported for export: - CSV - 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. \ No newline at end of file