From 19077c8b47b7ef5eada5fa767990439ada02e4ac Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sat, 23 Jul 2016 15:47:31 +0200 Subject: [PATCH] Update docs --- CHANGELOG.asciidoc | 1 + README.asciidoc | 1 + doc/help/commands.asciidoc | 4 +++- 3 files changed, 5 insertions(+), 1 deletion(-) 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.