Update docs
This commit is contained in:
parent
91b754d6ea
commit
19077c8b47
@ -31,6 +31,7 @@ Added
|
|||||||
- New `:repeat-command` command (mapped to `.`) to repeat the last command.
|
- New `:repeat-command` command (mapped to `.`) to repeat the last command.
|
||||||
Note that two former default bundings conflict with that binding, unbinding
|
Note that two former default bundings conflict with that binding, unbinding
|
||||||
them via `:unbind .i` and `:unbind .o` is recommended.
|
them via `:unbind .i` and `:unbind .o` is recommended.
|
||||||
|
- New `qute:bookmarks` page which displays all bookmarks and quickmarks.
|
||||||
|
|
||||||
Changed
|
Changed
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
@ -181,6 +181,7 @@ Contributors, sorted by the number of commits in descending order:
|
|||||||
* Tomasz Kramkowski
|
* Tomasz Kramkowski
|
||||||
* Ismail S
|
* Ismail S
|
||||||
* Halfwit
|
* Halfwit
|
||||||
|
* David Vogt
|
||||||
* rikn00
|
* rikn00
|
||||||
* kanikaa1234
|
* kanikaa1234
|
||||||
* haitaka
|
* haitaka
|
||||||
|
@ -120,7 +120,7 @@ Syntax: +:bookmark-add ['url'] ['title']+
|
|||||||
|
|
||||||
Save the current page as a bookmark, or a specific url.
|
Save the current page as a bookmark, or a specific url.
|
||||||
|
|
||||||
If no url and title are provided, then save the current page as a bookmark. If a url and title have been provided, then save the given url as a bookmark with the provided title.
|
If no url and title are provided, then save the current page as a bookmark. If a url and title have been provided, then save the given url as a bookmark with the provided title. You can view all saved bookmarks on the link:qute://bookmarks[bookmarks page].
|
||||||
|
|
||||||
==== positional arguments
|
==== positional arguments
|
||||||
* +'url'+: url to save as a bookmark. If None, use url of current page.
|
* +'url'+: url to save as a bookmark. If None, use url of current page.
|
||||||
@ -512,6 +512,8 @@ Syntax: +:quickmark-add 'url' 'name'+
|
|||||||
|
|
||||||
Add a new quickmark.
|
Add a new quickmark.
|
||||||
|
|
||||||
|
You can view all saved quickmarks on the link:qute://bookmarks[bookmarks page].
|
||||||
|
|
||||||
==== positional arguments
|
==== positional arguments
|
||||||
* +'url'+: The url to add as quickmark.
|
* +'url'+: The url to add as quickmark.
|
||||||
* +'name'+: The name for the new quickmark.
|
* +'name'+: The name for the new quickmark.
|
||||||
|
Loading…
Reference in New Issue
Block a user