summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-06-14 16:19:07 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-06-14 17:05:40 +0200
commit1d7b89fd0038198548c0a335d2d8676e8c5e0d9d (patch)
treea83371fa2c0dadfe857271cadc65483bc21bc786 /doc
parentd576a8d88f7141e2037137a423fc4714c4ef4e41 (diff)
downloadqutebrowser-1d7b89fd0038198548c0a335d2d8676e8c5e0d9d.tar.gz
qutebrowser-1d7b89fd0038198548c0a335d2d8676e8c5e0d9d.zip
Add --rich to :message-* commands
See #7246
Diffstat (limited to 'doc')
-rw-r--r--doc/help/commands.asciidoc20
1 files changed, 16 insertions, 4 deletions
diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc
index aaafa9188..d141eff0e 100644
--- a/doc/help/commands.asciidoc
+++ b/doc/help/commands.asciidoc
@@ -811,34 +811,46 @@ How many times to run the macro.
[[message-error]]
=== message-error
-Syntax: +:message-error 'text'+
+Syntax: +:message-error [*--rich*] 'text'+
Show an error message in the statusbar.
==== positional arguments
* +'text'+: The text to show.
+==== optional arguments
+* +*-r*+, +*--rich*+: Render the given text as https://doc.qt.io/qt-5/richtext-html-subset.html[Qt Rich Text].
+
+
[[message-info]]
=== message-info
-Syntax: +:message-info 'text'+
+Syntax: +:message-info [*--rich*] 'text'+
Show an info message in the statusbar.
==== positional arguments
* +'text'+: The text to show.
+==== optional arguments
+* +*-r*+, +*--rich*+: Render the given text as https://doc.qt.io/qt-5/richtext-html-subset.html[Qt Rich Text].
+
+
==== count
-How many times to show the message
+How many times to show the message.
[[message-warning]]
=== message-warning
-Syntax: +:message-warning 'text'+
+Syntax: +:message-warning [*--rich*] 'text'+
Show a warning message in the statusbar.
==== positional arguments
* +'text'+: The text to show.
+==== optional arguments
+* +*-r*+, +*--rich*+: Render the given text as https://doc.qt.io/qt-5/richtext-html-subset.html[Qt Rich Text].
+
+
[[messages]]
=== messages
Syntax: +:messages [*--plain*] [*--tab*] [*--bg*] [*--window*] [*--logfilter* 'logfilter'] ['level']+