From ea43ad4a1fb120f48d3a3a2db739439927d74dcc Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Sat, 8 Nov 2025 01:16:47 -0600 Subject: [PATCH] Update Help --- Help.md | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/Help.md b/Help.md index f20dc4a..e890f45 100644 --- a/Help.md +++ b/Help.md @@ -23,7 +23,6 @@ Bouquin supports various keyboard shortcuts: - **Ctrl+B**: Set selected text to bold - **Ctrl+I**: Set selected text to italic -- **Ctrl+U**: Set selected text to underline - **Ctrl+-**: Set selected text to strikethrough - **Ctrl+1**: Set selected text to h1 (heading) - **Ctrl+2**: Set selected text to h2 (heading) @@ -31,17 +30,6 @@ Bouquin supports various keyboard shortcuts: - **Ctrl+N**: Set selected text to normal size (paragraph) - **Ctrl+`**: Set selected text to be in a `````` block -#### Images - -It is possible to click the 'Image' button to add an image. - -To resize the image, right-click on the image and choose from the 'Image size' options. These include: - - * Shrink by 10% - * Grow by 10% - * Fit to editor width - * Set width (manually) - * Reset to original #### Checkboxes @@ -110,7 +98,7 @@ In the File -> Settings dialog, it is possible to: ## Export options -Currently, the following formats are supported for export: +Currently, the following formats are supported for export (these are all *unencrypted* data exports!): - TXT - JSON @@ -121,13 +109,11 @@ 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 (other than Markdown which tries to convert the HTML to Markdown format). - -Note: only the SQL option exports the full version history. The other formats export just the current version of pages. +Note: only the SQL option exports the full version history. The other formats export just the current version of pages. Also note that the .sql file is not a 'flat file' plaintext backup: rather, it's am unencrypted database you can open with a regular 'sqlite3' command or DBMS. ## Backup and Restore -If you choose the **Backup** option, this will export the Bouquin database in its encrypted format. _This database cannot be read by native SQLite3_, only by the SQLCipher variant (which you can install on some distributions, such as Debian). +If you choose the **Backup** option, this will export the Bouquin database in its *encrypted* format. _This database cannot be read by native SQLite3_, only by the SQLCipher variant (which you can install on some distributions, such as Debian). Because it is encrypted with SQLCipher, this means you can also load such a backup into Bouquin as a way of 'importing' the database. To do this, choose the backup file from Settings as the path to the database or edit the path to the database in the configuration file directly (see below).