From 12e7b4f244a4a4e8bd726d47fbebc59dbfc00645 Mon Sep 17 00:00:00 2001 From: David Vogt Date: Sat, 23 Jul 2016 12:23:37 +0200 Subject: [PATCH] Extend command documentation regarding bookmarks page Add links to the qute:bookmarks page in the documentation for `:bookmark-add` and `:quickmark-add` commands. --- doc/help/commands.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc index 4c64c9068..cc9d7d031 100644 --- a/doc/help/commands.asciidoc +++ b/doc/help/commands.asciidoc @@ -122,6 +122,8 @@ 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. +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. * +'title'+: title of the new bookmark. @@ -512,6 +514,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.