Dory47 downloadsAnalyze the current note with DeepSeek, then copy or insert the suggestions.
AI Advice is a bilingual Obsidian plugin that sends the text you explicitly choose to DeepSeek, previews the response, and lets you copy it or insert it into the original note.
AI Advice 是一个中英文 Obsidian 插件。它可以把你明确选择的文本发送给 DeepSeek,预览返回结果,然后复制或插回原笔记。
data.json.https://api.deepseek.com after the user presses the submit button.插件不收集遥测、不保存聊天记录,也不经过开发者服务器。只有点击“获取建议”后,本次选择的内容才会直接发送到 https://api.deepseek.com。使用本插件需要 DeepSeek 开放平台账号、API Key、网络连接和可用余额;插件本身免费,API 费用由 DeepSeek 收取。DeepSeek 会依据其开放平台服务协议和隐私政策处理请求。发送前请检查所选内容,避免在不适当的情况下提交机密或高度敏感的笔记。
Open the AI Advice community listing and select Add to Obsidian, or search for AI Advice under Settings → Community plugins → Browse.
打开 AI Advice 社区页面,点击 Add to Obsidian;也可以在 设置 → 第三方插件 → 浏览 中搜索 AI Advice。
npm install && npm run build.<your-vault>/.obsidian/plugins/ai-advice/.main.js, manifest.json, and styles.css into that folder.手机端需要启用社区插件,并在该设备的 Obsidian SecretStorage 中选择或创建 API Key。
npm install
npm run lint
npm test
npm run build
Requires Obsidian 1.11.4 or later because the plugin uses the official SecretStorage API. The runtime bundle does not use Node.js or Electron APIs.