Update docs
This commit is contained in:
parent
2a8b74cbec
commit
444f0a36df
@ -56,6 +56,7 @@ Added
|
||||
- New `session.lazy_restore` setting which allows to not load pages immediately
|
||||
when restoring a session.
|
||||
- New `hist_importer.py` script to import history from Firefox/Chromium.
|
||||
- New `{protocol}` replacement for `tabs.title.format` and friends.
|
||||
|
||||
Changed
|
||||
~~~~~~~
|
||||
|
@ -2913,8 +2913,9 @@ The following placeholders are defined:
|
||||
* `{scroll_pos}`: Page scroll position.
|
||||
* `{host}`: Host of the current web page.
|
||||
* `{backend}`: Either ''webkit'' or ''webengine''
|
||||
* `{private}` : Indicates when private mode is enabled.
|
||||
* `{current_url}` : URL of the current web page.
|
||||
* `{private}`: Indicates when private mode is enabled.
|
||||
* `{current_url}`: URL of the current web page.
|
||||
* `{protocol}`: Protocol (http/https/...) of the current web page.
|
||||
|
||||
|
||||
Type: <<types,FormatString>>
|
||||
|
@ -1317,7 +1317,7 @@ tabs.title.format:
|
||||
* `{backend}`: Either ''webkit'' or ''webengine''
|
||||
* `{private}`: Indicates when private mode is enabled.
|
||||
* `{current_url}`: URL of the current web page.
|
||||
* `{protocol}`: Protocol (http/https/...) of the current web page
|
||||
* `{protocol}`: Protocol (http/https/...) of the current web page.
|
||||
|
||||
tabs.title.format_pinned:
|
||||
default: '{index}'
|
||||
|
Loading…
Reference in New Issue
Block a user