AI writing assistant for Obsidian. OpenAI-compatible, streaming, tool calling.
/ (or \) to open a floating promptassets/, and insert  into your notereasoning_effort (low/medium/high)Search Aide in Settings → Community plugins → Browse.
main.js, manifest.json, styles.css from releases<vault>/.obsidian/plugins/aide// (or backslash, configurable)| Setting | Description |
|---|---|
| API Base URL | OpenAI-compatible endpoint |
| Model | Model identifier (e.g. gpt-4o-mini, o3-mini, claude-3-opus) |
| Max tokens | Response length limit |
| Temperature | Randomness (0 = deterministic, 2 = very random) |
| Reasoning effort | o-series only — how long the model thinks |
| Web search | Enable Google/Brave/Custom search via tool calling |
| SVG assets folder | Folder (relative to vault root) for generated SVGs |
git clone https://github.com/doko89/obsidian-aide.git
cd obsidian-aide
npm install
npm run dev # watch mode
npm run build # production build
MIT