Skip to content

Commit e2426c7

Browse files
committed
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
1 parent ae0fa1d commit e2426c7

File tree

4 files changed

+30
-31
lines changed

4 files changed

+30
-31
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -163,13 +163,6 @@ For code examples, please check the `docs/examples/` directory.
163163

164164
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.
165165

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-
173166
### Using Plugins
174167

175168
1. **Install from OpenWebUI Community (Recommended)**:
@@ -179,6 +172,13 @@ This project is a collection of resources and does not require a Python environm
179172

180173
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.
181174

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.
180+
4. Paste the content and save.
181+
182182
### Contributing
183183

184184
If you have great prompts or plugins to share:

README_CN.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,4 +175,11 @@ Open WebUI 的前端增强扩展:
175175

176176
2. **快速安装所有插件**:如果想一次性安装此项目中的所有插件到本地 OpenWebUI 实例,克隆此仓库后运行 `python scripts/install_all_plugins.py`,并在 `.env` 中配置好 API 密钥,详见 [部署指南](./scripts/DEPLOYMENT_GUIDE.md)
177177

178+
### 使用提示词
179+
180+
1. 浏览 `/prompts` 目录并选择一个提示词文件(`.md`)。
181+
2. 复制文件内容。
182+
3. 在 OpenWebUI 聊天界面中,点击输入框上方的"提示词"按钮。
183+
4. 粘贴内容并保存。
184+
178185
[贡献指南](./CONTRIBUTING_CN.md) | [更新日志](./CHANGELOG.md)

docs/index.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -103,25 +103,21 @@ hide:
103103

104104
## Quick Start
105105

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-
113106
### Using Plugins
114107

115108
1. **Install from OpenWebUI Community (Recommended)**:
116109
- Visit my profile: [Fu-Jie's Profile](https://openwebui.com/u/Fu-Jie)
117110
- Browse the plugins and select the one you like.
118111
- Click "Get" to import it directly into your OpenWebUI instance.
119112

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
120+
4. Paste the content and save
125121

126122
---
127123

docs/index.zh.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -103,25 +103,21 @@ hide:
103103

104104
## 快速入门
105105

106-
### 使用提示词
107-
108-
1. 浏览[提示词库](prompts/library.md)并选择一个提示词
109-
2. 点击**复制**按钮将提示词复制到剪贴板
110-
3. 在 OpenWebUI 中,点击输入框上方的"提示词"按钮
111-
4. 粘贴内容并保存
112-
113106
### 使用插件
114107

115108
1. **从 OpenWebUI 社区安装 (推荐)**:
116109
- 访问我的主页: [Fu-Jie's Profile](https://openwebui.com/u/Fu-Jie)
117110
- 浏览插件列表,选择你喜欢的插件。
118111
- 点击 "Get" 按钮,将其直接导入到你的 OpenWebUI 实例中。
119112

120-
2. **手动安装**:
121-
- 浏览[插件中心](plugins/index.md)并下载插件文件(`.py`
122-
- 打开 OpenWebUI **管理面板****设置****插件**
123-
- 点击上传按钮并选择 `.py` 文件
124-
- 刷新页面并在聊天设置中启用插件
113+
2. **快速安装全部插件**:想要一次性安装此项目中的所有插件到本地 OpenWebUI 实例,克隆此仓库后运行 `python scripts/install_all_plugins.py`,并在 `.env` 中配置好 API 密钥,详见[部署指南](../scripts/DEPLOYMENT_GUIDE.md)
114+
115+
### 使用提示词
116+
117+
1. 浏览[提示词库](prompts/library.md)并选择一个提示词
118+
2. 点击**复制**按钮将提示词复制到剪贴板
119+
3. 在 OpenWebUI 中,点击输入框上方的"提示词"按钮
120+
4. 粘贴内容并保存
125121

126122
---
127123

0 commit comments

Comments
 (0)