diff options
Diffstat (limited to 'linux/man/smolbote.7.html')
-rw-r--r-- | linux/man/smolbote.7.html | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/linux/man/smolbote.7.html b/linux/man/smolbote.7.html index c74783f..5784c91 100644 --- a/linux/man/smolbote.7.html +++ b/linux/man/smolbote.7.html @@ -191,8 +191,8 @@ navigation.movable option.</p> <p>Plugins a way of extending smolbote's functionality using the Qt plugin system. They are not to be confused with NPAPI/PPAPI or WebExtension plugins.</p> -<p>To enable a plugin either copy it or symlink it in the plugins.path location. A -set of default plugins is installed in /usr/lib/smolbote.</p> +<p>To enable a plugin either copy it or symlink it in the plugins.path location, +or set its absolute path as the plugins.path.</p> <ul> <li>plugins.path: ~/.config/smolbote/plugins.d</li> @@ -201,6 +201,20 @@ set of default plugins is installed in /usr/lib/smolbote.</p> <h3 id="Profiles">Profiles</h3> +<p>A Profile is a collection of settings, policies, scripts, cookies, cache and +history. Profiles can be used to isolate pages from each other.</p> + +<p>Each window has a default profile it uses when opening new tabs. This can be +set by the profile.default option, and can be changed from the window's menu. +Additionally, tabs can have their profiles individually changed from their page +menu.</p> + +<p>Because profiles store all their data separately, you can log in into the same +site with a different account from each profile. However, links opened into new +tabs will still use the subwindow's default profile. For example, you can set a +profile to hold login information for a site, but all new tabs opened from that +site would still be using the default off-the-record profile.</p> + <ul> <li>profile.default: ''</li> <li>profile.path: ~/.config/smolbote/profiles.d</li> @@ -229,7 +243,7 @@ set of default plugins is installed in /usr/lib/smolbote.</p> <ol class='man-decor man-foot man foot'> <li class='tl'></li> - <li class='tc'>May 2018</li> + <li class='tc'>June 2018</li> <li class='tr'>smolbote(7)</li> </ol> |