From 1096aee87c881ea917c0ddd91b9555e046cff4e8 Mon Sep 17 00:00:00 2001 From: Jonas List Date: Sat, 17 May 2025 19:01:14 +0200 Subject: [PATCH] Fixed grammatical errors and improved clarity in URL bar documentation --- content/docs/user-manual/urlbar.mdx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/content/docs/user-manual/urlbar.mdx b/content/docs/user-manual/urlbar.mdx index 7816735..2f193fa 100644 --- a/content/docs/user-manual/urlbar.mdx +++ b/content/docs/user-manual/urlbar.mdx @@ -3,7 +3,7 @@ title: URL Bar & Search Functions description: Smart navigation with persistent input memory --- -Different from most browsers, Zen uses the **URL bar** as a quick and efficient way to navigate the web, eliminating the need of dedicated new tab page. +Different from most browsers, Zen uses the **URL bar** as a quick and efficient way to navigate the web, eliminating the need for a dedicated new tab page. {
@@ -14,7 +14,7 @@ Different from most browsers, Zen uses the **URL bar** as a quick and efficient
} -When you click the **New Tab** button in Zen, the URL bar will popped up on top of your current tab. Simply type your URL or search query into the bar, and hit Enter to search keywords or visit sites directly in a new tab. +When you click the **New Tab** button in Zen, the URL bar will pop up on top of your current tab. Simply type your URL or search query into the bar, and hit Enter to search keywords or visit sites directly in a new tab. If you close the URL bar after typing a URL or search query, the text will still be saved unless you navigate to a different URL or refresh the page. @@ -22,32 +22,32 @@ If you close the URL bar after typing a URL or search query, the text will still ### Toggle floating behavior of the URL bar -Zen has several floating behavior on its URL bar, which can be changed in `Settings` > `Look and Feel` > `Zen URL Bar`: +Zen has several floating behaviors for its URL bar, which can be changed in `Settings` > `Look and Feel` > `Zen URL Bar`: - **Floating only when typing** (Default) – The URL bar will float in the center when you access it from the New Tab button or the `Ctrl + L`/ keyboard shortcut. But, if you open the URL bar by clicking, it will stick to its regular position at the top. - **Always floating** – The URL bar will always float in the center, both from clicking directly, New Tab button, and keyboard shortcuts. -- **Normal** – Position of the opened URL bar will always be attached to top side, both from clicking directly, New Tab button, and keyboard shortcuts. +- **Normal** – The position of the opened URL bar will always be attached to the top, whether accessed by clicking directly, using the New Tab button, or via keyboard shortcuts. ### Setting default search engine -By default, Zen provided **Google**, **DuckDuckGo**, and **Wikipedia** (English) as default search engine providers. You can choose between Google and DuckDuckGo in the onboarding process, after installing Zen. +By default, Zen provides **Google**, **DuckDuckGo**, and **Wikipedia** (English) as default search engine providers. You can choose between Google and DuckDuckGo in the onboarding process after installing Zen. ![Default search engines during onboarding](/assets/user-manual/urlbar/onboarding-search.png) -You can also change, edit and manage search engines by opening `Settings` > `Search`. Some of the available settings includes: +You can also change, edit, and manage search engines by opening `Settings` > `Search`. Some of the available settings include: - **Set different search engines** to use by default in regular and Private Browsing windows. - **Show or hide search suggestions** and set its priority towards browsing history when URL bar is opened. -- Show **recent search** as one of the search suggestion when using URL bar. +- Show **recent searches** as one of the search suggestions when using the URL bar. - **Toggle suggestion entries** from Browsing History, Bookmarks, Clipboard, Open Tabs, or Search Engines to appear when using URL bar. ### Add a website as Search Engine -Most search engine sites supported the [OpenSearch protocol](https://developer.mozilla.org/docs/Web/OpenSearch) that enabled it to be added as search engine easily, as well as other sites, including YouTube, X, Spotify, YouTube Music, Github, and Amazon. +Most search engine sites support the [OpenSearch protocol](https://developer.mozilla.org/docs/Web/OpenSearch), which enables them to be added as search engines easily. This includes sites like YouTube, X, Spotify, YouTube Music, Github, and Amazon. Just visit the site, and after loading process is finished, if supported, you can see **Add "Website Name"** option in the right click context menu. ![Add new search engine](/assets/user-manual/urlbar/add-new-service.png) -You can also add search engines from the [Mycroft Project site](https://mycroftproject.com/search-engines.html), where they listed more than 20.000 search engine plugins for various websites. Once you got search engine page for the website you want to add, right click the URL bar and click the **Add "Website Name"** option. +You can also add search engines from the [Mycroft Project site](https://mycroftproject.com/search-engines.html), where they list more than 20,000 search engine plugins for various websites. Once you are on the search engine page for the website you want to add, right-click the URL bar and click the **Add "Website Name"** option. ### Add, manage, and remove Search Engine from Search Shortcuts settings @@ -55,12 +55,12 @@ Open `Settings` > `Search` > `Search Shortcuts` to show the list of available se ![Search Shortcuts Menu](/assets/user-manual/urlbar/search-shortcuts.png) -Click **Add** button to add a new search engine manually, with these text field to insert: +Click the **Add** button to add a new search engine manually, using these text fields: - **Search engine name** - **Engine URL** (use %s in place of the search term) - **Search suggestion URL** (use %s in place of the search term, you can use the same link as the Engine URL) -- **Custom keyword** you can type in URL bar to switch into searching mode for the search engine easily +- **Custom keyword** that you can type in the URL bar to easily switch to the search mode for that specific search engine. Here is an example of adding Qwant as search engine manually: ![Add Custom Search Engine](/assets/user-manual/urlbar/add-manual.png) @@ -76,13 +76,13 @@ You can also set a **custom keyword** to the search engines you add, by double c } -Some other configuration you can do with search engines: +Some other configurations you can make with search engines: - You can also drag a search engine up or down to set the order of its appearance when searching in the URL bar. - Custom search engines that were added manually can be edited by clicking on it (in the Search Shortcuts settings) and click **Edit**. - To remove a search engine, click the search engine in Search Shortcuts settings and click **Remove**. - Click **Restore Default Search Engines** if you removed one of the default search engines (Google, DuckDuckGo or Wikipedia) and want to restore them back. -### Enable legacy New Tab mechanism back +### Enable legacy New Tab mechanism The legacy new tab page from Firefox can still be accessed by opening `about:newtab`.