Highlight Inbox Synthesizer
approvedby ibrh96-prog
Turn your scattered highlights into synthesized reading memory. - This plugin has not been manually reviewed by Obsidian staff.
Highlight Inbox Synthesizer
An Obsidian plugin that turns a folder of saved highlights into one synthesis note: a summary and the key claims for each source, plus the themes that run across multiple sources.
The Problem
People export highlights from Readwise, Snipd, or Kindle into their vault and rarely open them again. The saved passages pile up in a folder and turn into a graveyard that nobody revisits. This plugin reads the whole folder and writes one synthesis note: what each source said, and which ideas show up across more than one source, so the backlog becomes something you can use.
It works with any highlight export that lands in a folder or carries a tag. Readwise is the common case and the default, but Snipd, Kindle exports, or notes you write by hand are read the same way.
Features
- Source summaries: each source's highlights condensed into a short summary, its key claims, and a topic list
- Cross-source themes: topics shared by two or more sources, with a consensus written by the model and any real tension between sources
- One synthesis note written to your vault root and opened for you
- Incremental sync: unchanged sources are skipped, so re-running costs nothing for what has not changed
- Flexible parsing: callout highlights, block-id highlights, bullet lists, and plain notes are all read
How It Works
- Get your highlights into the vault (Readwise official sync, another export tool, or by hand)
- Run Sync highlights from the command palette to extract a summary, key claims, and topics for each source
- Run Generate highlights report from the command palette or the ribbon icon
- A
Highlight Inbox Synthesis.mdnote is written to your vault root and opened - Re-run either command any time. Syncing is incremental, so unchanged sources are never re-processed
Setup
- Install the plugin from Obsidian Community Plugins
- Go to Settings → Highlight Inbox Synthesizer
- Select your AI provider (Anthropic, OpenAI, OpenRouter, or custom)
- Enter your API key
- Set your source folder (default
Readwise/) or source tag (defaultreadwise) - Run Sync highlights, then Generate highlights report
Supported AI Providers
- Anthropic: Claude models (recommended:
claude-sonnet-4-6) - OpenAI: GPT models (recommended:
gpt-4o-mini) - OpenRouter: access to many models including free options (recommended:
meta-llama/llama-4-maverick) - Custom: any OpenAI-compatible endpoint
Free vs Pro
| Feature | Free | Pro |
|---|---|---|
| Highlight syncs | 3 total (lifetime) | Unlimited |
| Synthesis report | Unlimited | Unlimited |
| All AI providers | Yes | Yes |
| Cross-source themes | Yes | Yes |
The free tier allows 3 total syncs. This is a one-time lifetime allowance, not a monthly reset. Generating the report from already-synced highlights is always free. Pro is a one-time license that removes the sync limit. Get it here: https://ibrh96.gumroad.com/l/vtqocc
The free allowance is stored in this vault's local plugin data. Each vault has its own allowance. Removing the plugin's local data may reset the recorded usage. There is no account and no server-side record of your usage.
Privacy
- The plugin has no server, no account, and no backend. Nothing about your use is collected on the developer's side.
- Your API key is stored locally in Obsidian's plugin data on your device.
- The plugin uses your own API key (BYOK). When you sync, the text of your highlights is sent to the AI provider you configure (Anthropic, OpenAI, OpenRouter, or your custom endpoint) so it can be summarized. That content goes to your chosen provider under their terms and is not sent anywhere else.
To be clear, this is not an on-device-only tool. Synthesis requires sending your highlight text to an external model provider that you choose. If a particular source is too sensitive to send to that provider, keep it out of the configured folder or tag.
License
The source code in this repository is licensed under the MIT License — see LICENSE.
EULA.md governs the official Pro purchase: activation, license keys, refunds, warranty, and support. It does not restrict the MIT-licensed source code.
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.