qgrail29k downloadsChat with OpenAI and Anthropic models or run prompt-based edits directly from notes.
Simple plugin to enable interactions with AI models such as OpenAI ChatGPT, Anthropic Claude, OpenAI DALL·E, OpenAI Whisper directly from your Obsidian notes.
The current available features of this plugin are:
You have two commands to interact with the text assistant:
| Chat Mode | Prompt Mode |
|---|---|
![]() |
![]() |
Chat with the AI assistant from your Vault to generate content for your notes. From the chat, you can clic on any interaction to copy it directly to your clipboard. You can also copy the whole conversation. Chat mode now allows you to upload images to interact with GPT4-Vision or Claude models.
Prompt mode allows you to use a selected piece of text from your note as input for the assistant. From here you can ask the assistant to translate, summarize, generate code ect.
Generate images for your notes.
In the result window, select the images you want to keep.
They will automatically be downloaded to your vault and their path copied to your clipboard.
Then, you can paste the images anywhere in your notes.
Launch the Speech to Text command and start dictating your notes.
The transcript will be immediately added to your note at your cursor location.
You can install the AI Assistant directly from the Obsidian community plugins.
cd path/to/vault/.obsidian/pluginsgit clone https://github.com/qgrail/obsidian-ai-assistant.git && cd obsidian-ai-assistantnpm install && npm run build