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