summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2016-07-23 15:47:31 +0200
committerFlorian Bruhin <git@the-compiler.org>2016-07-23 15:47:31 +0200
commit19077c8b47b7ef5eada5fa767990439ada02e4ac (patch)
treeecf47f259db854aed9cfc684fe82df525afdf9a1
parent91b754d6ea73a95b6301a3e3f1e8183a14ed7fe5 (diff)
downloadqutebrowser-19077c8b47b7ef5eada5fa767990439ada02e4ac.tar.gz
qutebrowser-19077c8b47b7ef5eada5fa767990439ada02e4ac.zip
Update docs
-rw-r--r--CHANGELOG.asciidoc1
-rw-r--r--README.asciidoc1
-rw-r--r--doc/help/commands.asciidoc4
3 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 16884d96d..6ebc25e6d 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -31,6 +31,7 @@ Added
- New `:repeat-command` command (mapped to `.`) to repeat the last command.
Note that two former default bundings conflict with that binding, unbinding
them via `:unbind .i` and `:unbind .o` is recommended.
+- New `qute:bookmarks` page which displays all bookmarks and quickmarks.
Changed
~~~~~~~
diff --git a/README.asciidoc b/README.asciidoc
index 33a11911e..acf7fbc09 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -181,6 +181,7 @@ Contributors, sorted by the number of commits in descending order:
* Tomasz Kramkowski
* Ismail S
* Halfwit
+* David Vogt
* rikn00
* kanikaa1234
* haitaka
diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc
index 4c64c9068..713b75d60 100644
--- a/doc/help/commands.asciidoc
+++ b/doc/help/commands.asciidoc
@@ -120,7 +120,7 @@ Syntax: +:bookmark-add ['url'] ['title']+
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
* +'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.
+You can view all saved quickmarks on the link:qute://bookmarks[bookmarks page].
+
==== positional arguments
* +'url'+: The url to add as quickmark.
* +'name'+: The name for the new quickmark.