diff --git a/docs.json b/docs.json index 9e7720df..8b5746ed 100644 --- a/docs.json +++ b/docs.json @@ -230,7 +230,8 @@ "pages": [ "en/guides/workspace/README", "en/guides/workspace/app", - "en/guides/workspace/invite-and-manage-members" + "en/guides/workspace/invite-and-manage-members", + "en/guides/workspace/goto-anything" ] }, { @@ -894,7 +895,8 @@ "pages": [ "zh-hans/guides/workspace/readme", "zh-hans/guides/workspace/app", - "zh-hans/guides/workspace/invite-and-manage-members" + "zh-hans/guides/workspace/invite-and-manage-members", + "zh-hans/guides/workspace/goto-anything" ] }, { @@ -1540,7 +1542,8 @@ "pages": [ "ja-jp/guides/workspace/readme", "ja-jp/guides/workspace/app", - "ja-jp/guides/workspace/invite-and-manage-members" + "ja-jp/guides/workspace/invite-and-manage-members", + "ja-jp/guides/workspace/goto-anything" ] }, { @@ -2674,6 +2677,10 @@ "source": "/guides/workspace/invite-and-manage-members", "destination": "/en/guides/workspace/invite-and-manage-members" }, + { + "source": "/guides/workspace/goto-anything", + "destination": "/en/guides/workspace/goto-anything" + }, { "source": "/guides/management", "destination": "/en/guides/management/readme" diff --git a/en/guides/workspace/goto-anything.mdx b/en/guides/workspace/goto-anything.mdx new file mode 100644 index 00000000..ad0d6caf --- /dev/null +++ b/en/guides/workspace/goto-anything.mdx @@ -0,0 +1,45 @@ +--- +title: Go to Anything +--- + +The **Go to Anything** overlay lets you search and jump to resources across Dify without leaving your keyboard. + +### Open the overlay + +Press `⌘ + K` on macOS or `Ctrl + K` on Windows/Linux to toggle the search window. Press `Esc` to close it. + +### Search and filter + +Type a keyword to search all supported resources. Results are grouped by category. +Use the commands below to narrow the scope: + +- `@app` – search your applications +- `@plugin` – search installed plugins +- `@kb` or `@knowledge` – search knowledge bases +- `@node` – search nodes in the current workflow (available only when a workflow is open) + +Navigate results with the arrow keys and press `Enter` to open the selected item. + +### Examples + +Try these scoped searches to jump straight to what you need: + +- `@app analytics` – open an app whose name contains "analytics" +- `@plugin slack` – go to the Slack plugin +- `@kb company handbook` – look up a knowledge base titled "company handbook" +- `@node summary` – locate a node named "summary" in the current workflow + +### Tips + +If a search service is temporarily unavailable, Go to Anything shows a warning so you can try again later. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + +--- + +[Edit this page](https://github.com/langgenius/dify-docs/edit/main/en/guides/workspace/goto-anything.mdx) | [Report an issue](https://github.com/langgenius/dify-docs/issues/new?template=docs.yml) + diff --git a/ja-jp/guides/workspace/goto-anything.mdx b/ja-jp/guides/workspace/goto-anything.mdx new file mode 100644 index 00000000..e93de2c6 --- /dev/null +++ b/ja-jp/guides/workspace/goto-anything.mdx @@ -0,0 +1,41 @@ +--- +title: グローバル検索 +--- + +**Go to Anything(グローバル検索)** を使うと、キーボードから手を離さずに Dify 内のリソースを横断的に検索して移動できます。 + +### オーバーレイを開く + +macOS では `⌘ + K`、Windows/Linux では `Ctrl + K` を押して検索ウィンドウを開閉します。`Esc` で閉じることもできます。 + +### 検索とフィルター + +キーワードを入力すると、対応するすべてのリソースを検索し、結果はカテゴリごとに表示されます。次のコマンドで検索範囲を絞り込めます。 + +- `@app` – アプリケーションを検索 +- `@plugin` – インストール済みプラグインを検索 +- `@kb` または `@knowledge` – ナレッジベースを検索 +- `@node` – 現在のワークフロー内のノードを検索(ワークフローを開いている場合のみ) + +矢印キーで結果を移動し、`Enter` を押して選択した項目を開きます。 + +### 例 + +- `@app analytics` – 名前に「analytics」を含むアプリを開く +- `@plugin slack` – Slack プラグインを開く +- `@kb company handbook` – 「company handbook」というナレッジベースを検索する +- `@node summary` – 現在のワークフローで「summary」というノードを探す + +### ヒント + +検索サービスが一時的に利用できない場合は、後でもう一度お試しくださいという警告が表示されます。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + +--- + +[このページを編集する](https://github.com/langgenius/dify-docs/edit/main/ja-jp/guides/workspace/goto-anything.mdx) | [問題を報告する](https://github.com/langgenius/dify-docs/issues/new?template=docs.yml) diff --git a/zh-hans/guides/workspace/goto-anything.mdx b/zh-hans/guides/workspace/goto-anything.mdx new file mode 100644 index 00000000..b85cbc28 --- /dev/null +++ b/zh-hans/guides/workspace/goto-anything.mdx @@ -0,0 +1,45 @@ +--- +title: 全局搜索 +--- + +**全局搜索(Go to Anything)** 允许你在 Dify 的任意页面快速跳转到应用、插件、知识库或当前工作流中的节点。 + +### 打开方式 + +在 macOS 上按 `⌘ + K`,在 Windows/Linux 上按 `Ctrl + K` 即可打开或关闭搜索面板;按 `Esc` 也可以关闭。 + +### 搜索与筛选 + +输入关键词即可搜索所有支持的资源,结果按类别展示。 +使用以下命令可以限定搜索范围: + +- `@app`:搜索应用 +- `@plugin`:搜索已安装插件 +- `@kb` 或 `@knowledge`:搜索知识库 +- `@node`:在当前工作流中搜索节点(仅在查看工作流时可用) + +使用上下箭头选择结果,按 `Enter` 跳转到对应页面。 + +### 示例 + +试试以下命令来快速定位到目标: + +- `@app analytics`:打开名称包含 "analytics" 的应用 +- `@plugin slack`:进入 Slack 插件 +- `@kb company handbook`:查找名为 "company handbook" 的知识库 +- `@node summary`:在当前工作流中找到名为 "summary" 的节点 + +### 提示 + +如果某些搜索服务暂时不可用,面板会提示稍后再试。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + +--- + +[编辑此页面](https://github.com/langgenius/dify-docs/edit/main/zh-hans/guides/workspace/goto-anything.mdx) | [提交问题](https://github.com/langgenius/dify-docs/issues/new?template=docs.yml) +