ibrh96-prog268 downloadsTransform your academic reading notes into structured literature review outputs using LLMs.
An Obsidian plugin that transforms your academic reading notes into structured literature review outputs using LLMs — entirely within your vault, with your own API key.
PhD students and academic researchers read between 50 and 200 sources for a single literature review. Taking notes is the easy part. Synthesizing them is the bottleneck.
Literature Review Synthesizer connects your Obsidian reading notes directly to an LLM of your choice, and produces:
All processing happens between your Obsidian vault and the LLM provider you choose. Your API key is stored locally and is sent only to that provider. Your note content is sent directly to that provider so it can be synthesized — it is never routed through a server belonging to this plugin's developer.
.obsidian/plugins/literature-review-synthesizer/ folder⌘/Ctrl + P and run Open Literature Review SynthesizerThe generated note will open automatically in your vault under the Literature Reviews folder.
| Feature | Free | Pro |
|---|---|---|
| Thematic Synthesis | ✅ 3 total (lifetime) | ✅ Unlimited |
| Methodological Comparison | ❌ | ✅ |
| Research Gap Analysis | ❌ | ✅ |
| Draft Literature Review | ❌ | ✅ |
| All LLM providers | ✅ | ✅ |
| Custom Base URL | ✅ | ✅ |
The free tier allows 3 syntheses in total. This is a one-time lifetime allowance — it does not reset monthly. A synthesis that fails does not consume one of your free uses: the use is reserved before the request and refunded if the synthesis does not complete.
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.
Pro is a one-time purchase — no subscription, and no account. Your license key is verified offline on your own machine; activation never requires network access. Pro covers the plugin only; LLM provider usage is billed separately by the provider whose API key you configure.
Get Pro: Purchase on Gumroad
| Provider | Models |
|---|---|
| OpenAI | GPT-4o, GPT-4o Mini, GPT-4 Turbo, GPT-3.5 Turbo |
| Anthropic | Claude Opus, Claude Sonnet, Claude Haiku |
| OpenRouter | Any model via custom base URL |
| Ollama | Any local model via custom base URL |
requestUrl API, and the plugin uses no desktop-only APIsMIT License. See LICENSE for details.
For bug reports and feature requests, please open an issue on GitHub. For license activation issues, open a GitHub Issue in this repository.