Generate AI-powered image descriptions directly inside Obsidian.
This plugin adds a right side panel that will eventually connect to a local Python backend powered by Ollama to create alt text and other useful image descriptions. The current version only shows a placeholder panel.
npm install
npm run dev # builds main.ts to main.jsCopy manifest.json, main.js and styles.css into your vault's plugins/vault-image-description/ folder to load the plugin.
MIT