chris23 downloadsLocally utilize WiseMindAI's summarization, knowledge cards, AI conversation, and bidirectional synchronization capabilities.
WiseMindAI for Obsidian connects your Obsidian vault with the WiseMindAI desktop app. You can summarize notes, generate knowledge cards, chat with note content, send Markdown notes to WiseMindAI, and sync content between Obsidian and WiseMindAI.
The plugin is desktop only because it connects to the local WiseMindAI service.
Download the plugin release files: main.js, styles.css, and manifest.json.
Create this folder in your vault if it does not exist:
.obsidian/plugins/wisemindai/
Copy the three files into that folder.
Restart Obsidian or reload plugins.
Open Settings -> Community plugins and enable WiseMindAI.
Open the WiseMindAI desktop app.
Enable the local API service in WiseMindAI settings.
In Obsidian, open Settings -> WiseMindAI.
Keep the default API address unless you changed it in WiseMindAI:
http://127.0.0.1:38221
Click Test connection. The status bar will show whether WiseMindAI is connected.
Use any of these entry points:
The panel includes Home, Summary, Cards, Chat, Sync, Search, Settings, and Tutorial pages.
Open a Markdown note, then choose Summary in the WiseMindAI panel. You can summarize the current note, selected text, or selected notes. After generation, you can copy the result, insert it into the current note, save it as a new Obsidian note, save it to WiseMindAI Notes, continue chatting, or generate cards from the summary.
You can also run these commands:
Open the Cards page to generate structured cards from a note or selected text. Choose the card count, difficulty, card type, deck, and folder. Generated cards can be saved to WiseMindAI Cards or inserted into the current note.
You can also run these commands:
Open the Chat page to ask questions about your current note or selected content. In chat, type @ to mention notes from your vault.
Select text in the editor, then use the command palette or editor right-click menu to rewrite, expand, shorten, polish, or extract tags with WiseMindAI.
Right-click a Markdown file or folder in Obsidian and choose where to send it:
You can also send selected text from the editor right-click menu.
Open the Sync page to move Markdown content in either direction:
You can select folders, choose targets, handle duplicate content, save sync plans, and review sync history.
Open the Search page to search across Obsidian notes and WiseMindAI local content.
Open Settings -> WiseMindAI or the Settings page in the plugin panel. Common settings include:
@ note suggestion limit in chat..obsidian or .trash.WiseMindAI Obsidian 插件可以把 Obsidian 本地仓库和 WiseMindAI 桌面端连接起来。你可以在 Obsidian 里总结笔记、生成知识卡片、围绕笔记对话、把 Markdown 笔记发送到 WiseMindAI,也可以在 Obsidian 和 WiseMindAI 之间同步内容。
这个插件只支持桌面端,因为它需要连接 WiseMindAI 的本地服务。
下载插件发布文件:main.js、styles.css、manifest.json。
在你的 Obsidian 仓库里创建下面的文件夹:
.obsidian/plugins/wisemindai/
把三个文件复制到这个文件夹里。
重启 Obsidian,或者重新加载插件。
打开 设置 -> 第三方插件,启用 WiseMindAI。
打开 WiseMindAI 桌面端。
在 WiseMindAI 设置里开启本地 API 服务。
在 Obsidian 里打开 设置 -> WiseMindAI。
如果你没有改过 WiseMindAI 的本地 API 地址,保留默认地址即可:
http://127.0.0.1:38221
点击 测试连接。连接成功后,Obsidian 状态栏会显示 WiseMindAI 已连接。
你可以通过下面几种方式打开:
插件面板包含首页、总结、卡片、对话、同步、搜索、设置和教程页面。
打开一篇 Markdown 笔记后,进入 WiseMindAI 面板的 总结 页面。你可以总结当前笔记、选中文本或手动选择的多篇笔记。生成后可以复制结果、插入当前笔记、保存为新的 Obsidian 笔记、保存到 WiseMindAI 笔记、继续追问,或基于总结生成知识卡片。
也可以在命令面板里直接运行:
进入 卡片 页面,可以从笔记或选中文本生成结构化知识卡片。你可以设置卡片数量、难度、卡片类型、卡片集和文件夹。生成后可以保存到 WiseMindAI 卡片,也可以插入当前笔记。
也可以在命令面板里直接运行:
进入 对话 页面,可以围绕当前笔记或选中的内容继续提问。聊天框里输入 @ 可以引用 Obsidian 仓库里的笔记。
在编辑器里选中文字后,可以通过命令面板或右键菜单使用 WiseMindAI 进行改写、扩写、缩短、润色或提取标签。
在 Obsidian 文件列表里右键 Markdown 文件或文件夹,可以发送到:
在编辑器里选中文本后,也可以通过右键菜单把选中文本发送到 WiseMindAI 笔记。
进入 同步 页面,可以在两个方向之间同步 Markdown 内容:
你可以选择文件夹、选择目标位置、设置重复内容处理方式、保存同步方案,并查看同步记录。
进入 搜索 页面,可以同时搜索 Obsidian 笔记和 WiseMindAI 本地内容。
可以从 设置 -> WiseMindAI 打开插件设置,也可以在插件面板里进入 设置 页面。常用设置包括:
@ 时的候选笔记数量。.obsidian 或 .trash 目录中。During development, run this command from the project root:
pnpm dev:obsidian
Then go back to Obsidian, refresh the plugin list, and restart the plugin.
Run this command from the project root:
pnpm release:obsidian
The release folder and zip file will be generated in:
packages/wisemindai-obsidian/dist
Copy the files from the generated folder to /Users/wangpingan/leo/ai/wisemindai-sync/, then push them with git.
Create a new release at:
https://github.com/Chris8891/wisemindai-obsidian/releases
Use the version number as the release name, for example 0.2.4. The release version should match packages/wisemindai-obsidian/manifest.json.
Upload the generated zip file and all files from the generated release folder.