Update docs
This commit is contained in:
parent
98c82859b5
commit
6e90465cdd
@ -61,6 +61,8 @@ Changed
|
|||||||
element if there's no selection.
|
element if there's no selection.
|
||||||
- The `--logfilter` argument now can be prepended with an exclamation mark
|
- The `--logfilter` argument now can be prepended with an exclamation mark
|
||||||
(e.g. `--logfilter '!init,destroy'`) to invert the filter.
|
(e.g. `--logfilter '!init,destroy'`) to invert the filter.
|
||||||
|
- `:view-source` now has a `--pygments` flag which uses the "old" way of
|
||||||
|
rendering sources even with QtWebEngine.
|
||||||
|
|
||||||
Removed
|
Removed
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
@ -1365,12 +1365,16 @@ Show version information.
|
|||||||
|
|
||||||
[[view-source]]
|
[[view-source]]
|
||||||
=== view-source
|
=== view-source
|
||||||
Syntax: +:view-source [*--edit*]+
|
Syntax: +:view-source [*--edit*] [*--pygments*]+
|
||||||
|
|
||||||
Show the source of the current page in a new tab.
|
Show the source of the current page in a new tab.
|
||||||
|
|
||||||
==== optional arguments
|
==== optional arguments
|
||||||
* +*-e*+, +*--edit*+: Edit the source in the editor instead of opening a tab.
|
* +*-e*+, +*--edit*+: Edit the source in the editor instead of opening a tab.
|
||||||
|
* +*-p*+, +*--pygments*+: Use pygments to generate the view. This is always the case for QtWebKit. For QtWebEngine it may display
|
||||||
|
slightly different source.
|
||||||
|
Some JavaScript processing may be applied.
|
||||||
|
|
||||||
|
|
||||||
[[window-only]]
|
[[window-only]]
|
||||||
=== window-only
|
=== window-only
|
||||||
|
Loading…
Reference in New Issue
Block a user