From 0070d5f295015314cd4b90c8f372d798825c57e4 Mon Sep 17 00:00:00 2001 From: Jonathan White Date: Mon, 27 Jul 2020 22:28:48 -0400 Subject: [PATCH] Fix documentation * Close #4206 - include search modifier `!` * Close #3868 - explain Auto-Type under Wayland * Fix rendering of admonition blocks on mobile devices --- docs/styles/dark.css | 7 ------- docs/topics/AutoType.adoc | 2 ++ docs/topics/DatabaseOperations.adoc | 3 ++- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/docs/styles/dark.css b/docs/styles/dark.css index 90e632b3a..2c5b50a29 100644 --- a/docs/styles/dark.css +++ b/docs/styles/dark.css @@ -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); } diff --git a/docs/topics/AutoType.adoc b/docs/topics/AutoType.adoc index abe1afeef..6e608a9ab 100644 --- a/docs/topics/AutoType.adoc +++ b/docs/topics/AutoType.adoc @@ -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: diff --git a/docs/topics/DatabaseOperations.adoc b/docs/topics/DatabaseOperations.adoc index 919c1ae76..17640e3ce 100644 --- a/docs/topics/DatabaseOperations.adoc +++ b/docs/topics/DatabaseOperations.adoc @@ -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 |===