mirror of
https://github.com/zen-browser/docs.git
synced 2025-07-07 17:05:34 +02:00
add content to bookmarks, modify user-manual index, and more (#167)
This commit is contained in:
parent
127e6a001f
commit
fc2daf0035
6 changed files with 20 additions and 23 deletions
|
@ -1,11 +1,12 @@
|
|||
---
|
||||
title: Bookmarks in Zen
|
||||
title: Bookmarks
|
||||
description: Managing bookmarks in Zen
|
||||
---
|
||||
import { Tab, Tabs } from 'fumadocs-ui/components/tabs';
|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||
## How do I bookmark a page
|
||||
## How Do I Bookmark a Page
|
||||
|
||||
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.
|
||||
|
||||
|
@ -35,10 +36,14 @@ Alternatively, you can bookmark a single tab by right-clicking it and selecting
|
|||
|
||||
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.
|
||||
|
||||
## How do I find and manage my bookmarks
|
||||
## How Do I Find and Manage My Bookmarks
|
||||
|
||||
You can access, edit, organize and delete your bookmarks in a variety of ways in Zen.
|
||||
|
||||
### Recent Bookmarks
|
||||
|
||||
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.
|
||||
|
||||
### Bookmarks Toolbar and Bookmarks Menu
|
||||
|
||||
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
|
|||
|
||||
### Bookmarks Library
|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||

|
||||
|
||||
|
|
|
@ -40,6 +40,11 @@ Welcome to the Zen Browser User Manual! This guide is designed to provide you wi
|
|||
description="Preview websites on top of your current tab"
|
||||
href="/user-manual/glance"
|
||||
/>
|
||||
<Card
|
||||
title="Split View"
|
||||
description="Open multiple tabs side by side easily"
|
||||
href="/user-manual/split-view"
|
||||
/>
|
||||
<Card
|
||||
title="Bookmarks"
|
||||
description="Managing bookmarks in Zen"
|
||||
|
@ -50,21 +55,6 @@ Welcome to the Zen Browser User Manual! This guide is designed to provide you wi
|
|||
description="Watch videos in a separate window"
|
||||
href="/user-manual/pip"
|
||||
/>
|
||||
{/* <Card
|
||||
title="History"
|
||||
description="Managing browsing history in Zen"
|
||||
href="/user-manual/history"
|
||||
/> */}
|
||||
{/* <Card
|
||||
title="Sidebar"
|
||||
description="Using Firefox Sidebar in Zen"
|
||||
href="/user-manual/sidebar"
|
||||
/> */}
|
||||
<Card
|
||||
title="Web Panel (deprecated)"
|
||||
description="Side panel for quick access to web apps"
|
||||
href="/user-manual/webpanel"
|
||||
/>
|
||||
</Cards>
|
||||
|
||||
Thank you for using Zen Browser, and happy browsing!
|
||||
|
|
|
@ -18,7 +18,7 @@ You can create split view simply by open one tab, drag another tab from sidebar
|
|||

|
||||
|
||||
|
||||
### Using split wiew
|
||||
### Using split view
|
||||
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.
|
||||
|
||||
{ /* TODO: `insert gif/video of dragging splitted tab and then pressing ‒ button to unsplit it` */}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Zen URL bar
|
||||
description: Smart navigation with persistent input memory
|
||||
---
|
||||
|
||||
{
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
---
|
||||
title: Web Panel (deprecated)
|
||||
title: Web Panel (Deprecated)
|
||||
---
|
||||
|
||||
<Callout type="warn" title="Important Notice">
|
||||
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.
|
||||
|
||||
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.
|
||||
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.
|
||||
</Callout>
|
||||
|
||||
<div align="center">
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Workspaces
|
||||
description: Organize tabs by projects with custom containers
|
||||
---
|
||||
|
||||
<div align="center">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue