summaryrefslogtreecommitdiff
path: root/doc/help
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-05-02 16:38:06 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-05-02 16:38:06 +0200
commited52fc4b280bd3e4bd31842fa318b203916998e4 (patch)
tree4b4c49362d1ae94644a8c1353dc2e408391d2c69 /doc/help
parentbd27b0b665a8d79b20c4e6a6232d8cee3fb0b363 (diff)
downloadqutebrowser-ed52fc4b280bd3e4bd31842fa318b203916998e4.tar.gz
qutebrowser-ed52fc4b280bd3e4bd31842fa318b203916998e4.zip
Clarify content.pdfjs description
See https://www.reddit.com/r/qutebrowser/comments/ufcnhu/opening_pdf_documents_in_pdfjs_by_default/
Diffstat (limited to 'doc/help')
-rw-r--r--doc/help/settings.asciidoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc
index c522f44c2..2f60525f4 100644
--- a/doc/help/settings.asciidoc
+++ b/doc/help/settings.asciidoc
@@ -186,7 +186,7 @@
|<<content.notifications.enabled,content.notifications.enabled>>|Allow websites to show notifications.
|<<content.notifications.presenter,content.notifications.presenter>>|What notification presenter to use for web notifications.
|<<content.notifications.show_origin,content.notifications.show_origin>>|Whether to show the origin URL for notifications.
-|<<content.pdfjs,content.pdfjs>>|Allow pdf.js to view PDF files in the browser.
+|<<content.pdfjs,content.pdfjs>>|Display PDF files via PDF.js in the browser without showing a download prompt.
|<<content.persistent_storage,content.persistent_storage>>|Allow websites to request persistent storage quota via `navigator.webkitPersistentStorage.requestQuota`.
|<<content.plugins,content.plugins>>|Enable plugins in Web pages.
|<<content.prefers_reduced_motion,content.prefers_reduced_motion>>|Request websites to minimize non-essentials animations and motion.
@@ -2596,8 +2596,8 @@ Default: +pass:[true]+
[[content.pdfjs]]
=== content.pdfjs
-Allow pdf.js to view PDF files in the browser.
-Note that the files can still be downloaded by clicking the download button in the pdf.js viewer.
+Display PDF files via PDF.js in the browser without showing a download prompt.
+Note that the files can still be downloaded by clicking the download button in the pdf.js viewer. With this set to `false`, the `:prompt-open-download --pdfjs` command (bound to `<Ctrl-p>` by default) can be used in the download prompt.
This setting supports link:configuring{outfilesuffix}#patterns[URL patterns].