Update Help

Miguel Jacq 2025-11-01 23:35:39 -05:00
parent 1baf34672a
commit 6275b1ee52

12
Help.md

@ -64,4 +64,14 @@ Currently, the following formats are supported for export:
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.
## Location of data
### Config file
The settings typically get written to `~/.config/Bouquin/Bouquin.conf`.
### Database file
The default database for your notebook is stored in `~/.local/share/Bouquin/Bouquin/notebook.db`. This is an encrypted SQLCipher database, you can't open it with a normal `sqlite` CLI tool or other DBMS.