No description
Find a file
2026-01-02 12:50:46 +08:00
.github Create FUNDING.yml 2024-05-12 12:18:59 +08:00
src bump to 1.0.4 2026-01-02 12:50:46 +08:00
.editorconfig initial 2024-04-24 16:05:54 +08:00
.eslintignore initial 2024-04-24 16:05:54 +08:00
.eslintrc initial 2024-04-24 16:05:54 +08:00
.gitignore initial 2024-04-24 16:05:54 +08:00
esbuild.config.mjs initial 2024-04-24 16:05:54 +08:00
LICENSE.txt add LICENSE 2024-04-24 16:29:48 +08:00
manifest.json bump to 1.0.4 2026-01-02 12:50:46 +08:00
package-lock.json bump to 1.0.4 2026-01-02 12:50:46 +08:00
package.json bump to 1.0.4 2026-01-02 12:50:46 +08:00
README.md bump to 1.0.4 2026-01-02 12:50:46 +08:00
styles.css add additional 2026-01-02 12:37:44 +08:00
tsconfig.json initial 2024-04-24 16:05:54 +08:00
versions.json bump to 1.0.4 2026-01-02 12:50:46 +08:00

AI chat plugin for Obsidian

Chat to AI about your documents/notes.

Supported APIs: OpenRouter, OpenAI and OpenAI compatible

Features: Multiple documents, Image support, Markdown support, API profiles.

Disclaimer: API keys are not provided, bring your own. This plugin will connect to the API provider/endpoint you specify, your chat messages and the content of your choosen documents/notes will be shared with this provider/endpoint.

Info: To work with multiple documents use the pinning feature: hover over the document name at the top of the chat and press the pin button to lock it. Pin as many documents as you need. The hide button is in the same place. If you cant find the chat, use the AI Chat: Show chat command.

Update: 1.0.4 has major changes to the internals in order to support images, model fetching, etc. Bespoke support for certain providers was dropped. Using OpenRouter is recommended instead.

screenshot