From d8cc59e18d6bf90c91e5d9cf1f9c36587f4ab26c Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Sun, 9 Jun 2024 00:41:02 +0200 Subject: Add new_tab_page option Adds support to load a custom page when a new tab is opened. The current behavior is set as the default, load a blank page. The location bar is only selected when the new tab page is the blank page, otherwise the page loaded gets the focus. Co-authored-by: Alex Fixes: https://github.com/dillo-browser/dillo/issues/124 --- doc/user_help.in.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'doc/user_help.in.html') diff --git a/doc/user_help.in.html b/doc/user_help.in.html index d1d92fb5..66480681 100644 --- a/doc/user_help.in.html +++ b/doc/user_help.in.html @@ -318,7 +318,8 @@ DuckDuckGo for the keywords "dillo browser".

Dillo can open different web pages into tabs. To open a link in a new tab click the middle button instead of the left button. The same applies to buttons to -submit a form. +submit a form. A new tab can also be opened from the File menu or +using the shortcut Ctrl+T.

By default the new tab will be automatically focused. If you want to change this behaviour, adjust the following options in the @@ -337,6 +338,13 @@ label. The middle button can be used instead by setting the option:

 right_click_closes_tab=NO
 
+

+Use the new_tab_page option to control which page is loaded in a +newly opened tab, by default is an empty page. To open the +bookmarks page set the following line in dillorc: +

+new_tab_page="dpi:/bm/"
+

Bookmarks

-- cgit v1.2.3