diff --git a/Help.md b/Help.md index c643f6a..7f60a4f 100644 --- a/Help.md +++ b/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. \ No newline at end of file +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. \ No newline at end of file