Extend command documentation regarding bookmarks page

Add links to the qute:bookmarks page in the documentation for `:bookmark-add`
and `:quickmark-add` commands.
This commit is contained in:
David Vogt 2016-07-23 12:23:37 +02:00
parent 85be6565fc
commit 12e7b4f244

View File

@ -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.