Liu Bo38 downloadsIntegrate IMA knowledge base with your vault. Supports Markdown rendering, import to folder, and advanced search.
Integrate IMA knowledge base and notes seamlessly into Obsidian.
将腾讯 IMA 知识库和笔记无缝集成到 Obsidian,支持搜索、浏览、导入和阅读。
main.js, manifest.json, and styles.css from Releasesyour-vault/.obsidian/plugins/ima/Click the 🔍 icon in the left ribbon to open the IMA panel:
| Tab | Description |
|---|---|
| 🔍 Search | Search notes by keyword (title/body) |
| 📁 Notebooks | Browse all notebooks, view notes inside |
Cmd/Ctrl + P → type IMA:
On note detail page, click 📥 Import to Vault to save as Markdown and open in your vault.
requestUrl API for IMA OpenAPI callsMarkdownRenderer for native note renderinginnerHTML + getElementById + onclick| Endpoint | Usage |
|---|---|
/openapi/note/v1/search_note_book |
Search notes |
/openapi/note/v1/list_note_folder_by_cursor |
List notebooks |
/openapi/note/v1/list_note_by_folder_id |
List notes in notebook |
/openapi/note/v1/get_doc_content |
Get note content |
/openapi/note/v1/import_doc |
Create note |
/openapi/note/v1/append_doc |
Append to note |
Made by Liu Bo