Fix documentation

* Close #4206 - include search modifier `!`
* Close #3868 - explain Auto-Type under Wayland
* Fix rendering of admonition blocks on mobile devices
This commit is contained in:
Jonathan White 2020-07-27 22:28:48 -04:00
parent 2f422ab719
commit 0070d5f295
No known key found for this signature in database
GPG Key ID: 440FC65F2E0C6E01
3 changed files with 4 additions and 8 deletions

View File

@ -470,13 +470,6 @@ video {
max-width: 100%; max-width: 100%;
} }
@media all and (max-width: 600px) {
table {
width: 55vw!important;
font-size: 3vw;
}
}
.exampleblock > .content { .exampleblock > .content {
background-color: var(--background); background-color: var(--background);
} }

View File

@ -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. 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 === 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: You can define a global Auto-Type hotkey that starts the Auto-Type process. To configure the hotkey, perform the following steps:

View File

@ -141,7 +141,8 @@ KeePassXC provides an enhanced and granular search features the enables you to s
|=== |===
|Modifier |Description |Modifier |Description
|- |Exclude this term from results |- |Exclude this term from results
|! |Exclude this term from results
|+ |Match this term exactly |+ |Match this term exactly
|* |Term is handled as a regular expression |* |Term is handled as a regular expression
|=== |===