cpbotha1k downloadsMultiple branching AI conversations as Markdown hierarchy
AI Chat as Markdown lets GPT-4 Omni / Claude 3.5 talk directly into your Obsidian Markdown notes.
It relies on nesting of headings, and thus you can have multiple conversations and even branching conversations in the same note.
Please see the documented branching conversation example to understand how that works.
The plugin supports images, so that you can talk about the images and diagrams that are embedded in your markdown, with models that support this, such os Omni and Claude 3.5.
It can be configured via the Obsidian plugin settings to use any OpenAI-compatible API server.
Please go to the dedicated screenshots page
aicmd-model: perplexity/sonar. For that file, that will override the conventional plugin configaicmd-system-prompt-file: ai-chats/system prompt productivity.mdAI Chat as Markdown configure API Host (e.g. https://api.openai.com/), API key (sk-xxxxx), model name (e.g. gpt-4o)# My heading\nAre you there?, position cursor inside, then, in edit mode, invoke via command palette AI Chat as Markdown: Send current thread to AI. Answer should appear under new sub-heading titled ## AI.AI Chat as Markdown: Send selected text to AI and append the response.main.js, manifest.json to your vault VaultFolder/.obsidian/plugins/your-plugin-id/.node --version).corepack enableyarn to install dependencies (we use Yarn PnP)yarn run dev to start compilation in watch mode.%...% comment blocksUpdate manifest.json and CHANGELOG.md.
yarn run build
Create new github release and tag with e.g. 1.1.5
main.js and updated manifest.json as binary attachments.