Skip to content

Commit fc2daf0

Browse files
authored
add content to bookmarks, modify user-manual index, and more (#167)
1 parent 127e6a0 commit fc2daf0

File tree

6 files changed

+20
-23
lines changed

6 files changed

+20
-23
lines changed

content/docs/user-manual/bookmarks.mdx

+10-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
2-
title: Bookmarks in Zen
2+
title: Bookmarks
3+
description: Managing bookmarks in Zen
34
---
45
import { Tab, Tabs } from 'fumadocs-ui/components/tabs';
56

6-
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.
7+
Zen, as a fork of Firefox, inherits its webpage bookmarking system primarily from Firefox itself, with some additional Zen enhancements. 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.
78

8-
## How do I bookmark a page
9+
## How Do I Bookmark a Page
910

1011
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.
1112

@@ -35,10 +36,14 @@ Alternatively, you can bookmark a single tab by right-clicking it and selecting
3536

3637
To bookmark multiple or all open tabs, select them in the vertical tabs toolbar, right-click, and choose `"Bookmark Tabs..."` from the context menu. This will bookmark the selected tabs into a new bookmark folder.
3738

38-
## How do I find and manage my bookmarks
39+
## How Do I Find and Manage My Bookmarks
3940

4041
You can access, edit, organize and delete your bookmarks in a variety of ways in Zen.
4142

43+
### Recent Bookmarks
44+
45+
You can find your recently added bookmarks through Zen's application menu. Click the `...` icon located in Zen's toolbar to open the application menu. In the expanded menu, locate and select the `"Bookmarks >"` option to view a list of your recently added bookmarks, making it easy to find any you may have lost track of.
46+
4247
### Bookmarks Toolbar and Bookmarks Menu
4348

4449
Taken from the default behavior of Gecko, Zen offers 3 locations (or, groups) for bookmarks:
@@ -66,7 +71,7 @@ Your bookmarks are also avaialbe via what is known as the [Firefox Sidebar](http
6671

6772
### Bookmarks Library
6873

69-
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.
74+
The Firefox Library is a unified manager for Bookmarks, History, and Downloads. You can access the Library by the shortcut `Ctrl/Cmd + Shift + O` or from the application menu `"Bookmarks"`>`"Manage bookmarks"`. While most of its functions here have already been offered via the Bookmarks Sidebar, the Library is important for your purpose of Importing and Backing up Zen's bookmarks.
7075

7176
![Bookmarks Library](/assets/user-manual/bookmarks/bookmarks-library.png)
7277

content/docs/user-manual/index.mdx

+5-15
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ Welcome to the Zen Browser User Manual! This guide is designed to provide you wi
4040
description="Preview websites on top of your current tab"
4141
href="/user-manual/glance"
4242
/>
43+
<Card
44+
title="Split View"
45+
description="Open multiple tabs side by side easily"
46+
href="/user-manual/split-view"
47+
/>
4348
<Card
4449
title="Bookmarks"
4550
description="Managing bookmarks in Zen"
@@ -50,21 +55,6 @@ Welcome to the Zen Browser User Manual! This guide is designed to provide you wi
5055
description="Watch videos in a separate window"
5156
href="/user-manual/pip"
5257
/>
53-
{/* <Card
54-
title="History"
55-
description="Managing browsing history in Zen"
56-
href="/user-manual/history"
57-
/> */}
58-
{/* <Card
59-
title="Sidebar"
60-
description="Using Firefox Sidebar in Zen"
61-
href="/user-manual/sidebar"
62-
/> */}
63-
<Card
64-
title="Web Panel (deprecated)"
65-
description="Side panel for quick access to web apps"
66-
href="/user-manual/webpanel"
67-
/>
6858
</Cards>
6959

7060
Thank you for using Zen Browser, and happy browsing!

content/docs/user-manual/split-view.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can create split view simply by open one tab, drag another tab from sidebar
1818
![Split ](/assets/user-manual/split-view/split-context-menu.png)
1919

2020

21-
### Using split wiew
21+
### Using split view
2222
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.
2323

2424
{ /* TODO: `insert gif/video of dragging splitted tab and then pressing ‒ button to unsplit it` */}

content/docs/user-manual/urlbar.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Zen URL bar
3+
description: Smart navigation with persistent input memory
34
---
45

56
{

content/docs/user-manual/webpanel.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Web Panel (deprecated)
2+
title: Web Panel (Deprecated)
33
---
44

55
<Callout type="warn" title="Important Notice">
66
Since the release of version [1.11b](https://zen-browser.app/release-notes/#1.11b), **Web Panel** has been indefinitely **removed** from Zen due to a discovered [security vulnerability](https://bugzilla.mozilla.org/show_bug.cgi?id=1935985) that could allow websites in web panels to bypass sandboxing protections, potentially enabling malicious code execution on your system.
77

8-
We understand that this change may cause inconvenience to our current user base relying on Web Panel, and we sincerely apologize for the disruption. We do plan to bring Web Panel back in the future once we address these issues and ensure its stable and secure.
8+
We understand that this change may cause inconvenience to our current user base relying on Web Panel, and we sincerely apologize for the disruption. We do plan to bring Web Panel back in the future once we address these issues and ensure that the feature stable and secure.
99
</Callout>
1010

1111
<div align="center">

content/docs/user-manual/workspaces.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Workspaces
3+
description: Organize tabs by projects with custom containers
34
---
45

56
<div align="center">

0 commit comments

Comments
 (0)