Jakob He5 downloadsAnalyze the current note with an LLM in the sidebar — outline, key-concept explanations, and a distilled summary. Works with Claude (Anthropic) and any OpenAI-compatible API.
中文说明见 README.zh.md
An Obsidian plugin that analyzes the note you're reading with an LLM and shows the results in a side panel — without touching the original note. Open a dense document, pick the perspectives you want, click once, and get an outline, plain-language explanations of the hard concepts, and a distilled summary.
Works with Claude (Anthropic) and any OpenAI-compatible endpoint (including local Ollama and third-party proxies). You bring your own API key.
··· menu — regenerate just the active tab, or export just its result to a file.Chew It sends the full text of the current note (including unsaved edits) to the LLM provider you configure, over HTTPS, using the API key you provide. Nothing is sent anywhere else. The whole document is sent without truncation — mind your provider's context window and billing on very long notes.
Settings → Community plugins → Browse → search Chew It → Install → Enable.
main.js, manifest.json, and styles.css from the latest release.<vault>/.obsidian/plugins/chew-it/.npm install
npm run build # produces main.js
Copy main.js, manifest.json, and styles.css into your vault's .obsidian/plugins/chew-it/ folder. Use npm run dev to watch and rebuild while developing.
··· menu on a tab to regenerate it or export its result.Everything is editable in Settings → Chew It:
claude-opus-4-8; or an OpenAI-compatible endpoint with a custom base URL and model.{note} {label} {date} {datetime}).The interface language (English / 中文) follows your Obsidian display language automatically.