Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
* Close #4206 - include search modifier `!`
* Close #3868 - explain Auto-Type under Wayland
* Fix rendering of admonition blocks on mobile devices
  • Loading branch information
droidmonkey committed Jul 28, 2020
1 parent f7f1af6 commit 9f28304
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
7 changes: 0 additions & 7 deletions docs/styles/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -470,13 +470,6 @@ video {
max-width: 100%;
}

@media all and (max-width: 600px) {
table {
width: 55vw!important;
font-size: 3vw;
}
}

.exampleblock > .content {
background-color: var(--background);
}
Expand Down
2 changes: 2 additions & 0 deletions docs/topics/AutoType.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ The Auto-Type feature acts like a virtual keyboard to populate data from your en

NOTE: Auto-Type is a completely separate feature from Browser Integration. You do not need to have the KeePassXC browser extension installed in your browser to use Auto-Type.

WARNING: Auto-Type will be disabled when run with a Wayland compositor on Linux. To use Auto-Type in this environment, you must set `QT_QPA_PLATFORM=xcb` or start KeePassXC with the `-platform xcb` command-line flag.

=== Configure Global Auto-Type
You can define a global Auto-Type hotkey that starts the Auto-Type process. To configure the hotkey, perform the following steps:

Expand Down
3 changes: 2 additions & 1 deletion docs/topics/DatabaseOperations.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ KeePassXC provides an enhanced and granular search features the enables you to s
|===
|Modifier |Description

|- |Exclude this term from results
|- |Exclude this term from results
|! |Exclude this term from results
|+ |Match this term exactly
|* |Term is handled as a regular expression
|===
Expand Down

0 comments on commit 9f28304

Please sign in to comment.