Markdownlit corrections in formatting

Markdownlit corrections in formatting
This commit is contained in:
Silentoplayz
2024-12-17 17:11:14 -05:00
parent 1e1faa846b
commit fb8d31985e
63 changed files with 307 additions and 164 deletions

View File

@@ -7,7 +7,6 @@ title: "Browser Search Engine"
This tutorial is a community contribution and is not supported by the OpenWebUI team. It serves only as a demonstration on how to customize OpenWebUI for your specific use case. Want to contribute? Check out the contributing tutorial.
:::
# Browser Search Engine Integration
Open WebUI allows you to integrate directly into your web browser. This tutorial will guide you through the process of setting up Open WebUI as a custom search engine, enabling you to execute queries easily from your browser's address bar.
@@ -48,7 +47,7 @@ WEBUI_URL=https://<your-open-webui-url>
### Step 2: Add Open WebUI as a Custom Search Engine
### For Chrome:
### For Chrome
1. Open Chrome and navigate to **Settings**.
2. Select **Search engine** from the sidebar, then click on **Manage search engines**.
@@ -56,19 +55,22 @@ WEBUI_URL=https://<your-open-webui-url>
4. Fill in the details as follows:
- **Search engine**: Open WebUI Search
- **Keyword**: webui (or any keyword you prefer)
- **URL with %s in place of query**:
- **URL with %s in place of query**:
```
https://<your-open-webui-url>/?q=%s
```
5. Click **Add** to save the configuration.
### For Firefox:
### For Firefox
1. Go to Open WebUI in Firefox.
2. Expand the address bar by clicking on it.
3. Click the plus icon that is enclosed in a green circle at the bottom of the expanded address bar. This adds Open WebUI's search to the search engines in your preferences.
Alternatively:
1. Go to Open WebUI in Firefox.
2. Right-click on the address bar.
3. Select "Add Open WebUI" (or similar) from the context menu.
@@ -100,4 +102,3 @@ If you encounter any issues, check the following:
- Ensure the `WEBUI_URL` is correctly configured and points to a valid Open WebUI instance.
- Double-check that the search engine URL format is correctly entered in your browser settings.
- Confirm your internet connection is active and that the Open WebUI service is running smoothly.