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 He185 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
  • Updates12

中文说明见 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. There is no length cap: a note longer than the model's context window is automatically split into parts, analyzed in sequential calls, and the outputs are stitched into one seamless result — mind billing on very long notes, since they cost several calls.

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

Token limits are handled automatically — long notes are split into multiple calls and stitched back together; there is nothing to configure.

Support

If Chew It saves you time, you can buy me a coffee on Ko-fi ☕

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.11
Last updated
Last month
Created
2 months ago
Updates
12 releases
Downloads
185
Compatible with
Obsidian 1.7.2+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Sponsor
Ko-fi
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.

Notebook Navigator

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

Claudian

Embeds Claude Code/Codex and other local Agents as AI collaborators in your vault.

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.

Tag Wrangler

Rename, merge, toggle, and search tags from the tag pane.

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.

Copilot

Run AI agents such as Claude Code, Codex, and OpenCode inside your vault. Turn your second brain into a smart assistant that gets knowledge work done.

Vertical Tabs

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

Recent Files

Display a list of recently opened files.

Claude Sidebar

Run Claude Code in your sidebar.