Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Chew It

Jakob HeJakob He5 downloads

Analyze 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.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates4

中文说明见 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.

Features

  • Sidebar panel that streams the analysis token by token as Markdown. The original note is never modified.
  • Perspectives shown as checkboxes — select which ones to run, then click Chew It. Each runs in parallel into its own browser-style result tab. Three are built in (all editable):
    • Outline — hierarchy and main arguments
    • Key concepts — finds difficult ideas and explains them simply
    • Distill — strips redundancy, keeps the core points and conclusions
  • Per-perspective role — each perspective has its own optional system prompt (leave it blank to send no role).
  • Results follow the document — analysis is saved per note and restored when you reopen the app or switch back to a note. A target button jumps back to the analyzed note.
  • Per-tab actions via the ··· menu — regenerate just the active tab, or export just its result to a file.
  • Export the active tab's result as a Markdown note or a Canvas (split into cards by heading); appends to an existing file if it already exists.

Privacy / network use

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.

Installation

From the Community Plugins browser (once approved)

Settings → Community plugins → Browse → search Chew It → Install → Enable.

Manual

  1. Download main.js, manifest.json, and styles.css from the latest release.
  2. Copy them into <vault>/.obsidian/plugins/chew-it/.
  3. Reload Obsidian, then enable Chew It under Settings → Community plugins.

From source

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.

Usage

  1. In Settings → Chew It, choose a provider and enter your API key (for OpenAI-compatible endpoints, also set the base URL and model name).
  2. Open a Markdown note.
  3. Click the ✨ ribbon icon, or run the command Analyze current note. The panel opens on the right.
  4. Tick the perspectives you want and click Chew It. Switch result tabs to read each one.
  5. Use the ··· menu on a tab to regenerate it or export its result.

Configuration

Everything is editable in Settings → Chew It:

  • Provider — Claude (Anthropic), default model claude-opus-4-8; or an OpenAI-compatible endpoint with a custom base URL and model.
  • Max output tokens — the per-analysis output cap.
  • Perspectives — add, rename, enable/disable, and edit each one's role and prompt.
  • Output templates — configure export targets (Markdown / Canvas), destination folder, and filename template (placeholders: {note} {label} {date} {datetime}).

The interface language (English / 中文) follows your Obsidian display language automatically.

License

MIT

HealthExcellent
ReviewSatisfactory
About
Analyze the note you're viewing with an LLM and stream token-by-token Markdown results in a sidebar without modifying the original file. Select perspectives (Outline, Key concepts, Distill or custom roles) to run in parallel tabs, then regenerate or export results to a Markdown note or Canvas; works with Claude and OpenAI-compatible endpoints—bring your API key.
AISidebarExport
Details
Current version
0.1.3
Last updated
5 hours ago
Created
5 hours ago
Updates
4 releases
Downloads
5
Compatible with
Obsidian 1.7.2+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
Jakob HeJakob Heleweii
jakobhe.com
GitHubleweii
  1. Community
  2. Plugins
  3. AI
  4. Chew It

Related plugins

HiNote

Add comments to highlighted notes, use AI for thinking, and flashcards for memory.

Claude Sidebar

Run Claude Code in your sidebar.

Notebook Navigator

A better file browser and calendar inspired by Apple Notes, Bear, Evernote and Day One.

Smart Connections

Find related notes and excerpts while writing. Your AI link building copilot displays relevant content in graph + list view. A local embedding model powers semantic search. Zero setup. No API key.

Recent Files

Display a list of recently opened files.

Claudian

Embeds Claude Code/Codex as an AI collaborator in your vault. Your vault becomes agent's working directory, giving it full agentic capabilities: file read/write, search, bash commands, and multi-step workflows.

Copilot

Your AI Copilot: Chat with Your Second Brain, Learn Faster, Work Smarter.

TagFolder

Show tags as folder.

Fast Note Sync

Real-time sync of your vaults across server, mobile, and web; shareable with anyone; supports REST and MCP integrations to build your personal AI knowledge base.

Vertical Tabs

Offer an alternative view that displays open tabs vertically, allowing users to group and organize tabs for a better navigation experience.