You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/index.mdx
+12-12
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,12 @@ icon: BookOpen
7
7
import {
8
8
SpeechIcon,
9
9
BookIcon,
10
-
WrenchIcon,
11
10
PaletteIcon,
12
11
HelpCircleIcon,
13
-
BarChartIcon,
14
12
HeartIcon,
15
-
ShieldIcon
13
+
ShieldIcon,
14
+
Paintbrush,
15
+
Hammer
16
16
} from'lucide-react';
17
17
18
18
Welcome to **Zen Browser's Documentation!** Here, you'll find everything you need to get the most out of your browsing experience. Dive in to explore how Zen can make your browsing more secure, private, and efficient.
@@ -25,10 +25,16 @@ Welcome to **Zen Browser's Documentation!** Here, you'll find everything you nee
25
25
description="Complete user guide and features"
26
26
/>
27
27
<Card
28
-
icon={<WrenchIcon />}
29
-
title="Guides"
28
+
icon={<Paintbrush />}
29
+
title="CSS Live Editing"
30
30
href="/guides/live-editing"
31
-
description="Tutorials and how-to guides"
31
+
description="Live CSS editing for customizing the browser"
32
+
/>
33
+
<Card
34
+
icon={<Hammer />}
35
+
title="Build the Browser"
36
+
href="/guides/building"
37
+
description="Build the browser from source"
32
38
/>
33
39
<Card
34
40
icon={<PaletteIcon />}
@@ -42,12 +48,6 @@ Welcome to **Zen Browser's Documentation!** Here, you'll find everything you nee
Zen, as a fork of Firefox, inherits its webpage bookmarking system from the Gecko engine, with some of that extra Zen touch added on top. Zen offers two vertical tab layouts: **Single toolbar layout**, which integrates a compact address bar into the vertical tabs toolbar, and **Multiple toolbars layout**, featuring a traditional, full-size address bar in a separate horizontal toolbar. This guide covers the basics of creating and managing bookmarks, tailored to your chosen Zen layout.
6
7
7
8
## How do I bookmark a page
8
9
9
10
To bookmark a page, find and click on the bookmark icon in the address bar. A pop up dialog will allow you to name and move your bookmark.
10
11
11
-
{/* TODO: insert video of popup dialog */}
12
12
13
13
<Callouttype="info"title="Tips:">
14
14
Did you know Zen offers Workspaces specific bookmarks?
15
15
</Callout>
16
16
17
-
In **Multiple toolbars layout**, you will find the bookmark icon exposed on the right of your address bar, while in **Single toolbar layout**, you must first expand your compact address bar by clicking on it then find the icon there.
While you could use your mouse to click the bookmark icon, we recommend using the keyboard shortcut `Ctrl/Cmd + D` for bookmarking, especially in **Single toolbar layout**.
@@ -42,6 +45,7 @@ Taken from the default behavior of Gecko, Zen offers 3 locations (or, groups) fo
42
45
-**Bookmarks Toolbar**: This can be considered a public location for bookmarks, displayed in the browser's [chrome](https://developer.mozilla.org/en-US/docs/Glossary/Chrome). You typically find it beneath the main browser toolbar, which is featured in **Multiple toolbars layout** in Zen, while in **Single toolbar layout**, hovering your cursor to the top edge will display the hidden Bookmarks Toolbar, next to your window controls. To toggle the visibility of your Bookmarks Toolbar, use the shortcut `Ctrl/Cmd + Shift + B`
If you want to fully hide the Bookmarks Toolbar, you can change these settings in `about:config`
@@ -58,12 +62,13 @@ Taken from the default behavior of Gecko, Zen offers 3 locations (or, groups) fo
58
62
Your bookmarks are also avaialbe via what is known as the [Firefox Sidebar](https://support.mozilla.org/kb/use-firefox-sidebar-access-bookmarks-history-synced). The Sidebar can be opened by adding a Sidebar button to your controls, or preferably by using the shortcut `Ctr/Cmd + B` to open the Bookmarks Sidebar. You can find all of your bookmarks here including entries from both Bookmarks Toolbar and Bookmarks Menu, in the form of a tree structure explorer with access to a searching function at the top.
The Firefox Library is a Bookmarks/History/Download Manager. You can access the Library by the shortcut `Ctrl/Cmd + Shift + O`. While you can manage your bookmarks here in the same fashion as the Sidebar with extra details, you should only open the Library for the purpose of Importing and Backing up Zen's data.
You can also use these extra shortcuts to show the hidden bars, suitable for heavy keyboard users. Unlike usual hovering gesture, showing sidebar/toolbar using these shortcuts is done persistently, until you pressed the shortcut again to hide it.
When split view is enabled, the active tab will have an overlay on its top side, containing two buttons: **Drag Handle**`:::` button and **Unsplit Tab**`‒` button.
@@ -37,4 +39,6 @@ Zen also provide keyboard shortcuts to help you rearrange the split tabs automat
37
39
38
40
You can also press one of the Toggle Split View shortcuts to split current tab with the tab below it.
39
41
40
-
> All shortcuts can be modified via `Settings > Keyboard Shortcuts`.
42
+
<Callout>
43
+
All shortcuts can be modified via `Settings > Keyboard Shortcuts`.
Copy file name to clipboardExpand all lines: content/docs/user-manual/workspaces.mdx
+2
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@ Perfect for power users, workspaces bring the flexibility of multiple browser wi
15
15
### Container Tabs / Multi-Account Containers
16
16
Container Tabs is a feature derived from Firefox that provide separate cookie sessions within the same browser profile. With Container Tabs, you can log in with multiple accounts on the same sites without having to log out/in multiple times.
By default, there are four containers provided by Firefox: **Personal**, **Work**, **Banking**, and **Shopping**. You can manage, remove, or add new containers from `"Settings" > "General" > "Container Tabs"`. You can choose between 9 colors and 13 icons to customize or create your own containers.
0 commit comments