From db0ac07c15ede3e6db04aa96adafd17c74862d2e Mon Sep 17 00:00:00 2001 From: Akselmo Date: Wed, 11 Jan 2017 20:12:42 +0200 Subject: [PATCH] Explanation about quickmarks and bookmarks to FAQ I was too confused about what was the difference between quickmarks and bookmarks #2226 but I think I figured it out. Here's my proposal for the FAQ. Now please bear with me if I'm doing something wrong, I'm new to Github and still learning things. --- FAQ.asciidoc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/FAQ.asciidoc b/FAQ.asciidoc index 293f76216..5459a63cf 100644 --- a/FAQ.asciidoc +++ b/FAQ.asciidoc @@ -112,6 +112,18 @@ How do I use qutebrowser with mutt?:: text/html; mv %s %s.html && qutebrowser %s.html >/dev/null 2>/dev/null; needsterminal; ---- +What is the difference between bookmarks and quickmarks?:: + Bookmarks will always use the title of the website as their name, but with quickmarks + you can set your own title. ++ +For example, if you bookmark multiple food recipe websites and use `:open`, +you have to type the title or address of the website. ++ +When using quickmark, you can give them all names, like +`foodrecipes1`, `foodrecipes2` and so on. When you type +`:open foodrecipes`, you will see a list of all the food recipe sites, +without having to remember the exact website title or address. + == Troubleshooting Configuration not saved after modifying config.::