MarSuero/deepseek-chat-obsidian ↗★ 1
deepseek-chat
Obsidian sidebar chat powered by DeepSeek Harness (dsh)
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗DeepSeek Chat for Obsidian
把 DeepSeek Harness (DSH) 的 Web 界面嵌入 Obsidian 侧边栏,并在打开面板时自动拉起本地 dsh web 服务。
Embed the DeepSeek Harness (DSH) web UI inside an Obsidian sidebar panel, with auto-start for the local
dsh webserver.
功能 / Features
- 侧边栏嵌入 DSH 官方 Web UI,与浏览器里打开完全一致
- 打开面板时自动探测并启动
dsh web(dsh找不到时回退npx) - 用 Obsidian 的
requestUrl探测服务,绕过本地 CORS 限制 - 可配置服务地址、启动命令、是否自动启动、启动超时
- Embeds the official DSH web UI in an Obsidian panel, identical to opening it in a browser
- Auto-detects and starts
dsh webwhen the panel opens (falls back tonpx)- Probes the server via Obsidian's
requestUrl, bypassing local CORS restrictions- Configurable server URL, launch command, auto-start toggle, and startup timeout
前置条件 / Prerequisites
- Obsidian ≥ 1.5.0(仅桌面版,插件需要启动本地进程)
- Node.js ≥ 18
- DSH 已安装(
npm i -g @deepseek-ai/dsh),或允许插件用npx自动拉取 - DSH 已配置模型凭证(与
dsh web一致)
安装 / Installation
从 Release 安装(推荐)/ From Release (recommended)
- 在 Releases 下载
main.js、manifest.json、styles.css - 在你的 vault 里新建目录
.obsidian/plugins/deepseek-chat/ - 把三个文件放进去
- 在 Obsidian 的第三方插件列表里启用「DeepSeek Chat」
- Download
main.js,manifest.json, from