Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions content/docs/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -84,21 +84,21 @@ You can enable this feature by changing a setting in the browser's configuration

Once this setting is enabled, you can hover your mouse over the tab bar and use your mouse wheel to scroll through the tabs, making it easier to navigate between them.

## Where do report problems and bugs?
## Where do I report problems and bugs?

<Callout type="info">
New features are not bugs. Please see [Where do I recommend features?](#where-do-i-recommend-features) below
</Callout>

If you want report an issue or a bug with the browser, you can do so on the browser's GitHub page. Before submitting your request, it's mandatory to check if the issue has already been reported. You can do this by searching through existing issues on the [GitHub issues page](https://github.com/zen-browser/desktop/issues).
If you want to report an issue or a bug with the browser, you can do so on the browser's GitHub page. Before submitting your request, it's mandatory to check if the issue has already been reported. You can do this by searching through existing issues on the [GitHub issues page](https://github.com/zen-browser/desktop/issues).

Keep in mind that the Zen Browser team is currently very small, so it might take some time for your request to be reviewed and addressed. The team is dedicated to improving the browser, but with limited resources, they prioritize the most critical and popular requests. Your patience and thoroughness in reporting can help make Zen Browser better for everyone.

## Where do I recommend features?

If you want to recommend features or new ideas for Zen, you can do so on the GitHub discussion page. Before submitting your request, it's mandatory to check if the issue or feature has already been reported. You can do this by searching through existing issues on the [GitHub discussions page](https://github.com/zen-browser/desktop/discussions).

It may also be a good idea to see the [Zen Browser Subreddit](https://www.reddit.com/r/zen_browser/) where there are active discussions of development. Please remember again that the team is small and always in need of help so if you can't find a way to develop the new feature yourself, it will only come once someone is available and has enough interest to build it. Careful descriptions and explanation of the point of the feature may help.
It may also be a good idea to see the [Zen Browser Subreddit](https://www.reddit.com/r/zen_browser/) where there are active discussions of development. Please remember again that the team is small and always in need of help, so if you can't find a way to develop the new feature yourself, it will only come once someone is available and has enough interest to build it. Careful descriptions and explanation of the point of the feature may help.

## How can I sync my data across multiple devices?

Expand Down Expand Up @@ -139,4 +139,4 @@ Some users may encounter a bug where themes are broken, to resolve it to follow
2. Go into the folder of the profile you are using (e.g. with the (release) suffix)
3. Delete (or edit) the zen-themes.json file and restart the browser.

Its recommended to backup the file before updating it manually. By editing you could break the browser
It's recommended to backup the file before updating it manually. By editing you could break the browser
2 changes: 1 addition & 1 deletion content/docs/guides/about-config-flags.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Controls when the bookmarks toolbar is shown. Options are 'always', 'newtab', 'n
#### `zen.downloads.download-animation`
When enabled, plays an animation when a download begins. Enabled by default.
<Callout type="info">
`zen.downloads.download-animation-duration` controls the duration in miliseconds. 1000 by default.
`zen.downloads.download-animation-duration` controls the duration in milliseconds. 1000 by default.
</Callout>
#### `zen.haptic-feedback.enabled`
macOS-specific. Triggers haptic feedback on the trackpad's vibration motor when you drag tabs around, or change the texture in the Change Theme Colors pop-up. Enabled by default.
Expand Down
6 changes: 3 additions & 3 deletions content/docs/user-manual/extensions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ Add-Ons Manager is a page that primarily let you see extension details, manage i
- Open the main menu > Click "Add-ons and themes".
- Press the default keyboard shortcut <KeyboardShortcut shortcut="Ctrl + Shift + A" />.

Select "Extensions" and you can see the list of your installed extensions. You can click on each extensions name to expand the details, or click toggle in each extensions to disable or enable it.
Select "Extensions" and you can see the list of your installed extensions. You can click on each extensions name to expand the details, or click toggle in each extension to disable or enable it.

![Add-Ons Manager](/assets/user-manual/extensions/add-ons-manager.png)

The expanded page of individual extensions includes:
- Extension details, with link to homepage and extension ratings in addons.mozilla.org
- Toggle to allow automatic updates.
- Toggle to allow extension run in Private Windows (off by default).
- Toggle to allow extension run on sites restricted by Mozilla (off by default).
- Toggle to allow extension to run in Private Windows (off by default).
- Toggle to allow extension to run on sites restricted by Mozilla (off by default).
- Accessing list of permissions required by the extension, as well as optional permissions toggle for added functionality.
- Additional Preferences tab (availability varies across extensions). Most extensions has their own preference page, that can be accessed from its extension toolbar button.

Expand Down
4 changes: 2 additions & 2 deletions content/docs/user-manual/glance.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ Zen's Glance lets you preview websites on top of your current tab, without fully
</div>
}

Once Glance appeared, there's three buttons on its top left side:
Once Glance appeared, there are three buttons on its top left side:

- Close button to close the view (can also be done by clicking outside the Glance area).
- Expand button to move the website into a new tab.
- Split button to add the website as a split tab.

You can disable/enable Glance and change the trigger method (from <KeyboardShortcut shortcut="Alt + Click" /> to <KeyboardShortcut shortcut="Ctrl + Click" /> or <KeyboardShortcut shortcut="Shift + Click" />) by opening `Settings` > `Look and Feel` > `Glance`.

With Glance, you can take a quick look of websites, move on if you're done with the site, and go back to your previous surfing activities easily.
With Glance, you can take a quick look at websites, move on if you're done with the site, and go back to your previous surfing activities easily.
4 changes: 2 additions & 2 deletions content/docs/user-manual/split-view.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ When split view is enabled, the active tab will have an overlay on its top side,

### Toggle Split View shortcuts

Zen also provide keyboard shortcuts to help you rearrange the split tabs automatically into a horizontal, vertical, or grid layout.
Zen also provides keyboard shortcuts to help you rearrange the split tabs automatically into a horizontal, vertical, or grid layout.

- **Toggle Split View Horizontal**: <KeyboardShortcut shortcut="Alt + Ctrl + H" />
- **Toggle Split View Vertical**: <KeyboardShortcut shortcut="Alt + Ctrl + V" />
- **Toggle Split View Grid**: <KeyboardShortcut shortcut="Alt + Ctrl + G" />

{ /* TODO: insert gif/video of horizontal, vertical, and grid toggling split view here */}

You can also press one of the Toggle Split View shortcuts to split current tab with the tab below it.
You can also press one of the Toggle Split View shortcuts to split the current tab with the tab below it.

<Callout>
All shortcuts can be modified via `Settings > Keyboard Shortcuts`.
Expand Down
12 changes: 6 additions & 6 deletions content/docs/user-manual/translate.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ description: Translate webpages or text selections directly in Zen

import { Callout } from 'fumadocs-ui/components/callout';

Based on Firefox, Zen also inherit its translation features, allowing you navigate websites in various language easily. The translation process are done locally on your device, instead of relying in cloud services. You can translate a whole page, translate a specific text selection, or translated a link text!
Based on Firefox, Zen also inherit its translation features, allowing you to navigate websites in various language easily. The translation process is done locally on your device, instead of relying on in cloud services. You can translate a whole page, translate a specific text selection, or translated a link text!

### Translating the full page

When you visit a webpage in a supported language, the translation panel will popped up automatically. You can also do it manually by opening **Main Menu** button and selecting **Translate page** option.
When you visit a webpage in a supported language, the translation panel will pop up automatically. You can also do it manually by opening **Main Menu** button and selecting **Translate page** option.

![Translation Panel Popped Up](/assets/user-manual/translations/translate-panel.png)

Expand Down Expand Up @@ -60,10 +60,10 @@ You can tailor your translation experience from two places: the translation pane

![Translate options](/assets/user-manual/translations/translate-options.png)

3. "**Always offer to translate**" checkbox will determine whether the translation panel will automatically popped up, and suggest you to translate when visiting sites outside your preferred languages.
3. "**Always offer to translate**" checkbox will determine whether the translation panel will automatically pop up, and suggest you to translate when visiting sites outside your preferred languages.
4. With "**Always translate...**" and "**Never translate...**" checkboxes, you can choose to automatically translate the whole webpages, or to never translate the webpages at all for a specific language.
5. You can check "**Never translate this site**" so the translation will not be suggested nor processed after a specific website is loaded.
6. To revert a change, simply reselect an option to uncheck it. The checkmark will dissapear, indicating that it's disabled.
6. To revert a change, simply reselect an option to uncheck it. The checkmark will disappear, indicating that it's disabled.
6. Selecting "**Manage languages**" will open `Settings` > `General` > `Language & Appearance` to reveal more settings regarding languages and translation features.

### Using Webpage Language Settings
Expand All @@ -81,7 +81,7 @@ You can click **Select a language to add** to add more language to your preferen
Below the Language section in Settings, the **Translations** section lets you:
- Download languages for offline translations. Translation for all languages will weigh around 1.3 GB, meanwhile individual languages varies from 17-34 MB (for languages using regular Latin characters) to 59-116 MB (for languages that uses its own character set like Arabic, Japanese, Korean, Russian, or Traditional Chinese).
- Add or remove languages on the "Always translate these languages" list to enable the translation process automatically.
- Add or remove languages to the "Never translate these languages" list to prevent the translation process happen automatically.
- Add or remove languages to the "Never translate these languages" list to prevent the translation process to happen automatically.
- Manage the "Never translate these sites" list. (Websites can be added to the list from the translation panel, as described above)

![More Translation Options](/assets/user-manual/translations/more-translation-options.png)
Expand Down Expand Up @@ -126,7 +126,7 @@ New languages are constantly added over time. You can learn further about the tr

#### Report incorrect translations

You can help enhance translations in Zen and Firefox-based browsers by reporting inaccuracies to Mozilla through [this form](https://docs.google.com/forms/d/e/1FAIpQLSdoRWnsHX6vVnGIRyLi4Kl-p0GrmeVIioqWsTz3aVTRfLScng/viewform). Report translation errors by entering the source language, the target langauge, the original sentence and translated sentence. Optionally, you can also provide a rating of the translation and a correct translation.
You can help enhance translations in Zen and Firefox-based browsers by reporting inaccuracies to Mozilla through [this form](https://docs.google.com/forms/d/e/1FAIpQLSdoRWnsHX6vVnGIRyLi4Kl-p0GrmeVIioqWsTz3aVTRfLScng/viewform). Report translation errors by entering the source language, the target language, the original sentence and translated sentence. Optionally, you can also provide a rating of the translation and a correct translation.

---

Expand Down
2 changes: 1 addition & 1 deletion content/docs/user-manual/workspaces.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Browsing sessions with Zen in regular tabs are automatically classified as No Co

By assigning containers to Workspaces in Zen, you can devote a workspace for certain usage of accounts without affecting your current login session (registered in regular/No Container tabs.)

If you assign one container for each workspaces and open a container tab outside of the assigned workspaces, you can make it automatically moved to the intended workspaces with checking `"Switch to workspace where container is set as default when opening container tabs"` option in `"Settings" > "Tab Management" > "Workspaces"`.
If you assign one container for each workspace and open a container tab outside of the assigned workspaces, you can make it automatically move to the intended workspaces with checking `"Switch to workspace where container is set as default when opening container tabs"` option in `"Settings" > "Tab Management" > "Workspaces"`.

![Switch to workspace where container is set as default when opening container tabs](/assets/user-manual/workspaces/switch-to-workspace-when-opening-container-tabs.png)

Expand Down