You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: reorganize plugin and prompt installation instructions
- Move 'Using Plugins' section before 'Using Prompts' in all quick start guides
- Update plugin installation options with batch installation script
- Move Prompts section after Plugins in project contents (already correct structure)
- Update docs for English and Chinese versions (README.md, README_CN.md, docs/index.md, docs/index.zh.md)
- Simplify installation flow: Community > Quick Install All > Prompts
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -163,13 +163,6 @@ For code examples, please check the `docs/examples/` directory.
163
163
164
164
This project is a collection of resources and does not require a Python environment. Simply download the files you need and import them into your OpenWebUI instance.
165
165
166
-
### Using Prompts
167
-
168
-
1. Browse the `/prompts` directory and select a prompt file (`.md`).
169
-
2. Copy the file content.
170
-
3. In the OpenWebUI chat interface, click the "Prompt" button above the input box.
171
-
4. Paste the content and save.
172
-
173
166
### Using Plugins
174
167
175
168
1.**Install from OpenWebUI Community (Recommended)**:
@@ -179,6 +172,13 @@ This project is a collection of resources and does not require a Python environm
179
172
180
173
2.**Quick Install All Plugins**: To install all plugins to your local OpenWebUI instance at once, clone this repo and run `python scripts/install_all_plugins.py` after configuring your API key in `.env` — see [Deployment Guide](./scripts/DEPLOYMENT_GUIDE.md) for details.
181
174
175
+
### Using Prompts
176
+
177
+
1. Browse the `/prompts` directory and select a prompt file (`.md`).
178
+
2. Copy the file content.
179
+
3. In the OpenWebUI chat interface, click the "Prompt" button above the input box.
Copy file name to clipboardExpand all lines: docs/index.md
+8-12Lines changed: 8 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,25 +103,21 @@ hide:
103
103
104
104
## Quick Start
105
105
106
-
### Using Prompts
107
-
108
-
1. Browse the [Prompt Library](prompts/library.md) and select a prompt
109
-
2. Click the **Copy** button to copy the prompt to your clipboard
110
-
3. In OpenWebUI, click the "Prompt" button above the input box
111
-
4. Paste the content and save
112
-
113
106
### Using Plugins
114
107
115
108
1.**Install from OpenWebUI Community (Recommended)**:
116
109
- Visit my profile: [Fu-Jie's Profile](https://openwebui.com/u/Fu-Jie)
117
110
- Browse the plugins and select the one you like.
118
111
- Click "Get" to import it directly into your OpenWebUI instance.
119
112
120
-
2.**Manual Installation**:
121
-
- Browse the [Plugin Center](plugins/index.md) and download the plugin file (`.py`)
122
-
- Open OpenWebUI **Admin Panel** → **Settings** → **Plugins**
123
-
- Click the upload button and select the `.py` file
124
-
- Refresh the page and enable the plugin in your chat settings
113
+
2.**Quick Install All Plugins**: To install all plugins to your local OpenWebUI instance at once, clone this repo and run `python scripts/install_all_plugins.py` after configuring your API key in `.env` — see [Deployment Guide](../scripts/DEPLOYMENT_GUIDE.md) for details.
114
+
115
+
### Using Prompts
116
+
117
+
1. Browse the [Prompt Library](prompts/library.md) and select a prompt
118
+
2. Click the **Copy** button to copy the prompt to your clipboard
119
+
3. In OpenWebUI, click the "Prompt" button above the input box
0 commit comments