AI Summarize

by Alp Sariyer
5
4
3
2
1
Score: 49/100

Description

Category: Note Enhancements

The AI Summarize plugin for Obsidian allows you to quickly condense large blocks of text into concise summaries using AI technology. With this plugin, you can select the text you want to summarize and choose whether to replace it with a summarized version or append it as a separate property in your note's frontmatter. The plugin also offers customization options for the prompt and maximum tokens used in the summarization process. Whether you're looking to streamline your research notes or simplify complex articles, this plugin is an excellent tool to have at your disposal.

Reviews

No reviews yet.

Stats

18
stars
2,581
downloads
2
forks
772
days
211
days
217
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
2
total issues
1
open issues
1
closed issues
8
commits

Latest Version

7 months ago

Changelog

Highlights • Profiles + system instructions for per-model customization • New summary placement modes: frontmatter, replace, below • Token budgeting with auto-chunking and final “summary of summaries” • Throttled streaming writes for smoother UI • Concurrency guard with cancellation of in-flight runs • Model dropdown shows capability labels (e.g., “gpt-4o (Vision, Chat)”)

Improved • Token estimate toast and automatic chunking for large selections • Final coherent summary generated from per-chunk summaries • Streaming throttled (time/size based) to reduce DOM churn • Concurrency safety: new run cancels any existing run

README file from

Github

Obsidian AI Summarize Plugin

An intelligent Obsidian plugin that leverages OpenAI's latest models to generate high-quality summaries of your notes. Featuring advanced chunking for large documents, multiple placement options, and customizable profiles for different summarization needs.

Features

Core Functionality

  • AI-Powered Summarization: Utilize OpenAI's latest models including GPT-4o, GPT-5, and reasoning models (o1, o3, o4)
  • Smart Chunking: Automatically handles large documents by splitting them into manageable chunks while maintaining context
  • Real-time Streaming: See summaries generate in real-time with token-by-token streaming
  • Concurrency Control: Built-in safeguards prevent overlapping requests and allow cancellation of in-progress summaries

Flexible Placement Options

  • Replace Selection: Replace selected text with the generated summary
  • Insert Below: Add summary below the selected text
  • Frontmatter: Automatically add summary to note's YAML frontmatter under summary property

Advanced Configuration

  • Multiple Profiles: Create and manage different summarization profiles with unique settings
  • Model Selection: Choose from GPT-3.5, GPT-4, GPT-4 Turbo, GPT-4o, GPT-5, and reasoning models
  • Custom Prompts: Tailor the summarization prompt to your specific needs
  • System Instructions: Define tone, style, language constraints, and output format
  • Token Management: Set custom token limits with intelligent context window budgeting
  • Automatic Model Detection: Plugin fetches and displays available models from your OpenAI account

Inline Summarization from menu:

Frontmatter Summarization from command palette:

Installation

From Obsidian Community Plugins

  1. Open Obsidian and navigate to SettingsCommunity Plugins
  2. Click Browse and search for "AI Summarize"
  3. Click Install and then Enable
  4. Configure your OpenAI API key in the plugin settings

Manual Installation

  1. Download the latest release from the GitHub releases page
  2. Extract the files to your vault's .obsidian/plugins/ai-summarize/ directory
  3. Reload Obsidian
  4. Enable the plugin in SettingsCommunity Plugins

Usage

Initial Setup

  1. Get an API Key: Sign up at OpenAI and generate an API key
  2. Configure Plugin:
    • Go to SettingsAI Summarize
    • Enter your OpenAI API key
    • The plugin will automatically fetch available models
  3. Customize Settings (Optional):
    • Choose your preferred AI model
    • Adjust max tokens (default: 1000)
    • Customize the prompt and system instructions
    • Select summary placement preference

Generating Summaries

Method 1: Context Menu

  1. Select text in your note (minimum 30 words)
  2. Right-click to open the context menu
  3. Click "AI summarize"
  4. Watch as the summary generates in real-time

Method 2: Command Palette

  1. Select text in your note (minimum 30 words)
  2. Open command palette (Ctrl/Cmd + P)
  3. Search for "AI Summarize: Summarize selection"
  4. Execute the command

Large Document Handling

When summarizing large selections that exceed the model's context window:

  • The plugin automatically splits content into chunks
  • Each chunk is summarized individually
  • A final "meta-summary" combines all partial summaries
  • Progress is displayed with part numbers (e.g., "Part 1/3")

Configuration

Profile Management

Create multiple profiles for different summarization scenarios:

  • Technical Notes: Use GPT-4 with specific technical language instructions
  • Meeting Notes: Use GPT-4o-mini for quick, bullet-point summaries
  • Research Papers: Use reasoning models (o1, o3) for deep analysis

Creating a Profile:

  1. Go to plugin settings
  2. Click "New profile"
  3. Configure model, tokens, prompt, and placement
  4. Name your profile
  5. Switch between profiles using the dropdown

Tips for Best Results

Prompt Engineering: Depending on what you summarize you can use better propmpts and save these to different profiles!

Good: "Summarize the following in 3-4 sentences focusing on key decisions and action items"
Better: "Create a concise summary highlighting: 1) Main decisions made, 2) Action items with owners, 3) Open questions"

System Instructions:

  • Specify language: "Always respond in Spanish"
  • Define format: "Use bullet points with emoji indicators"
  • Set tone: "Use professional, academic language"
  • Add constraints: "Keep response under 100 words"

Key Features Implementation

Streaming Response:

  • Uses OpenAI Responses API with streaming
  • Throttled writing (50ms intervals) to reduce DOM operations
  • Graceful fallback to non-streaming if streaming fails

Chunk Processing:

  • Estimates tokens using ~4 chars per token heuristic
  • Calculates available context window per model
  • Splits text on paragraph boundaries
  • Generates meta-summary from chunk summaries

Concurrency Control:

  • Tracks current operation with run ID
  • Uses AbortController for cancellation
  • Prevents overlapping summarization requests

Contributing

Contributions are welcome! Here's how you can help:

  1. Fork the repository
  2. Create a feature branch: git checkout -b feature/amazing-feature
  3. Make your changes and test thoroughly
  4. Commit your changes: git commit -m 'Adds amazing feature'
  5. Push to the branch: git push origin feature/amazing-feature
  6. Open a Pull Request

Issues and Support

Encountered a bug or have a feature request?

  1. Check existing issues
  2. If not found, create a new issue
  3. Provide:
    • Obsidian version
    • Plugin version
    • Model used
    • Steps to reproduce
    • Error messages (if any)

License

This project is licensed under the GPL-3.0 License.

Support the Project

If you find this plugin valuable and want to support its continued development:

Other ways to support:

  • ⭐ Star the repository
  • 🐛 Report bugs and suggest features
  • 📖 Improve documentation
  • 💻 Contribute code
  • 📢 Share with others

Author

Alp Sariyer

Acknowledgments

  • Built with the Obsidian API
  • Powered by OpenAI
  • Inspired by the Obsidian community's need for intelligent note summarization

Happy Summarizing! 🚀

Made with ❤️ for the Obsidian community

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Relation Pane
3 years ago by mottox2
Aggregator
3 years ago by SErAphLi
This plugin helps you gather information from files, and make a summary in the file.
Smart Connections
3 years ago by Brian Petro
Chat with your notes & see links to related content with AI embeddings. Use local models or 100+ via APIs like Claude, Gemini, ChatGPT & Llama 3
Canvas Conversation
3 years ago by André Baltazar
A plugin for Obsidian that allows you to create a canvas conversation using ChatGPT.
Khoj
3 years ago by Debanjum Singh Solanky
Your AI second brain. Self-hostable. Get answers from the web or your docs. Build custom agents, schedule automations, do deep research. Turn any online or local LLM into your personal, autonomous AI (gpt, claude, gemini, llama, qwen, mistral). Get started - free.
ChatGPT MD
3 years ago by Bram Adams
A (nearly) seamless integration of ChatGPT into Obsidian.
GPT Assistant
3 years ago by M7mdisk
Ask GPT from your notes and get personalized answers based on your knowledge base.
AI Assistant
3 years ago by Quentin Grail
AI Assistant Plugin for Obsidian
GPT-LiteInquirer
3 years ago by ittuann
💬 Experience OpenAI ChatGPT assistance directly within Obsidian, drafting content without interrupting your creative flow.
Personal Assistant
3 years ago by edony
A plugin that harnesses AI agents and streamlining techniques to help you automatically manage Obsidian.
AI Mentor
3 years ago by clementpoiret
brAIn
3 years ago by lusob
Silicon AI
3 years ago by deepfates
Add some intelligence to your notes with Silicon AI for Obsidian
Arcana
3 years ago by A-F-V
Supercharge your Obsidian note-taking through AI-powered insights and suggestions
Vault Chat
3 years ago by Exo Ascension
A ChatGPT bot trained on your vault notes. Ask your AI questions about your own thoughts and ideas!
BMO Chatbot
3 years ago by Longy2k
Generate and brainstorm ideas while creating your notes using Large Language Models (LLMs) from Ollama, LM Studio, Anthropic, Google Gemini, Mistral AI, OpenAI, and more for Obsidian.
AI Notes Summary
3 years ago by R. Ian Bull (irbull)
An Obsidian plugin that uses ChatGPT to generate a summary of referenced notes
AI Research Assistant
3 years ago by Interweb Alchemy
Prompt Engineering Research Tool for AI APIs
ChatGPT Definition
3 years ago by julix14
Flashcard Generator
3 years ago by ChloeDia
Obsidian Plug-in to automatically create a set of questions/answers on your notes !
AI Editor
3 years ago by Zekun Shen
Chat with Bard
3 years ago by Artel250
An obsidian plugin that enables you to talk to Google Gemnini directly
Canvas LLM Extender
3 years ago by Pasi Saarinen
Let the OpenAI LLM add nodes to your Obsidian canvas
Tag Buddy
2 years ago by David Fasullo
Unlock powerful tag editing features in Reading Mode. Add, remove and edit tags across your vault. Use tag inboxes to level up any workflow with a powerful idea assembly line.
ChatCBT
2 years ago by Claire Froelich
AI-powered journaling plugin for your Obsidian notes, inspired by cognitive behavioral therapy
Intelligence
2 years ago by John Mavrick
Gemini Assistant
2 years ago by eatgrass
Your AI assistant in obsidian
Smart Second Brain
2 years ago by Leo310, nicobrauchtgit
An Obsidian plugin to interact with your privacy focused AI-Assistant making your second brain even smarter!
WordWise
2 years ago by ckt1031
Writing companion for AI content generation.
AI Tagger
2 years ago by Luca Grippa
Simplify tagging in Obsidian. Instantly analyze and tag your document with one click for efficient note organization.
Quiz Generator
2 years ago by Edward Cui
Generate interactive flashcards from your notes using models from OpenAI (ChatGPT), Google (Gemini), Ollama (local LLMs), and more. Or manually create your own to use with the quiz UI.
Select & Complete
2 years ago by Mario De Luca
A really simple and easy to use AI completion for Obsidian
AI Zhipu
2 years ago by Tarslab
AI-zhipu is an Obsidian plugin that helps you utilize the Zhipu API. 智谱AI obsidian 插件
AI LLM
2 years ago by Sparky4567
Lets to use local llms in your Obsidian Vaults, extend your stories or create entirely new texts based on your previous input
Cloud Atlas
2 years ago by Cloud Atlas
Cloud Atlas Obsidian Client
Reverse Prompter
2 years ago by Ryan Halliday
Let AI generate prompts to keep you writing
Markpilot
2 years ago by Taichi Maeda
AI-powered inline completions and chat view for Obsidian
AI for Templater
2 years ago by TfTHacker
Extends Templater with AI Chat commands using the OpenAI Client Library
Strapi Exporter AI
2 years ago by Cinquin Andy
[prod] - 🚀 Strapi Exporter: Supercharge Your Obsidian-to-Strapi Workflow, export an obsidian notes directly to your Strapi API
CoCo AskAI
2 years ago by Yukee
CoCo-AskAI is an Obsidian plugin that enables AI-powered note assistance, enhancing the writing experience with customizable functions.
AI Chat
2 years ago by arenasys
Github Copilot
2 years ago by Vasseur Pierre-Adrien
A bridge between Obsidian and Github Copilot
Ayanite
2 years ago by jemstelos
Explain Selection With AI
2 years ago by Ben Wurster
This is my first go at making an Obsidian plugin to elaborate on and describe selected bits of information and their context.
Tars
2 years ago by Tarslab
Obsidian tars plugin that supports text generation based on tag suggestions, using services like DeepSeek, Claude, OpenAI, OpenRouter, SiliconFlow, Gemini, Ollama, Kimi, Doubao, Qwen, Zhipu, QianFan & more.
Smart Memos
2 years ago by Evan Moscoso
Super-human brainstorming and note-taking by smart transcribing your voice! This involves a complete transcript, a summary, an expansion on the concepts presented, and a fully customizable analysis of it for any use case you can think of!
Caret
2 years ago by Jake Colling
Caret, an Obsidian Plugin
AI image analyzer
2 years ago by Swaggeroo
Analyze images with AI to get keywords of the image.
Smart Templates
2 years ago by 🌴 Brian Petro
Smart Templates is an AI powered templates for generating structured content in Obsidian. Works with Local Models, Anthropic Claude, Gemini, OpenAI and more.
AI LaTeX Generator
2 years ago by Aayush Shah
An Obsidian plugin that generates latex code from natural language inputs.
Mesh AI
2 years ago by Chasebank87
LLM Summary
2 years ago by QSun
wip
InfraNodus AI Graph View
2 years ago by Nodus Labs
Advanced graph view for Obsidian: text analysis, topic modeling, and AI with InfraNodus AI text analysis tool: https://infranodus.com
Open Interpreter
2 years ago by Mike Bird
The power of Open Interpreter in your Obsidian vault
Metadata Auto Classifier
2 years ago by Beomsu Koh
AI-powered Obsidian plugin that automatically classifies and generates metadata (tags, frontmatter) for your notes.
Smart Composer
2 years ago by Heesu Suh
AI chat assistant for Obsidian with contextual awareness, smart writing assistance, and one-click edits. Features vault-aware conversations, semantic search, and local model support.
NeuroVox
a year ago by Synaptic Labs
Obsidian plugin for transcription and generation
Gemini Scribe
a year ago by Allen Hutchison
An obsidian plugin to interact with Google Gemini
Daily Summary
a year ago by Luke
AI bot
a year ago by kuzzh
The AI Bot Plugin is a powerful tool designed to enhance your note-editing experience in Obsidian by leveraging the capabilities of AI. This plugin allows you to interact with an AI assistant directly within Obsidian, making it easier to generate, edit, and organize your notes with intelligent suggestions and automated tasks.
LLM workspace
a year ago by Olivér Falvai
Smart Context
a year ago by 🌴 Brian
AI Revisionist
a year ago by Synaptic Labs
YouTube Video Summarizer
a year ago by mbramani
Generate AI-powered summaries of YouTube videos directly in Obsidian using Google's Gemini AI.
InlineAI
a year ago by FBarrca
MCP Tools
a year ago by Jack Steam
Add Obsidian integrations like semantic search and custom Templater prompts to Claude or any MCP client.
AI Providers
a year ago by Pavel Frankov
This plugin is a hub for setting AI providers (OpenAI-like, Ollama and more) in one place.
AI integration Hub
a year ago by Hishmat Salehi
A modular AI integration hub for Obsidian
Vision Recall
a year ago by Travis Van Nimwegen
Transform screenshots into searchable Obsidian notes using AI vision and text analysis
AI Tagger Universe
a year ago by Hu Nie
An intelligent Obsidian plugin that leverages AI to automatically analyze note content and suggest relevant tags, supporting both local and cloud-based LLM services.
Memos AI Sync
a year ago by leoleelxh
obsidian-memos-sync-plugin,将 Memos 内容同步到 Obsidian 的插件,提供无缝集成体验。
Blog AI Generator
a year ago by Gareth Ng
Obsidian Plugin: generate blog via AI based on the current note.
Student Repo
a year ago by Feirong.zfr
学生知识库助手(Student Repository Helper)是一个面向学生或学生家长的Obsidian 插件,这款插件旨在解决学生在学习阶段面临的资料管理难题,将学习过程中产生的各类重要资料,如试卷、笔记、关键文档、绘画手工作品等,进行系统性的数字化整合与管理,并利用 AI 助手定期进行学习分析总结。随着时间的推移,它将助力你逐步搭建起一座专属你自己的知识宝库,这座宝库将伴随你一生,成为你知识成长与积累的见证。
Research Quest
a year ago by Nathan Arthur
Smart ChatGPT
a year ago by 🌴 Brian
LLM Test Generator
a year ago by Aldo E George
AI Helper
a year ago by David Connolly
AI Note Tagger
a year ago by Jasper Mayone
Auto tagging obsidian notes w/ AI
HiNote
a year ago by Kai
Add comments to highlighted notes, use AI for thinking, and flashcards for memory.
Proofreader
a year ago by pseudometa (aka Chris Grieser)
AI-based proofreading and stylistic improvements for your writing. Changes are inserted as suggestions directly in the editor, similar to suggested changes in word processing apps.
Images to Notes
a year ago by Rodolfo Terriquez
Turn photos of your handwritten notes into markdown
Notemd
a year ago by Jacob
A Easy way to create your own Knowledge-base! Notemd enhances your Obsidian workflow by integrating with various Large Language Models (LLMs) to process your notes, automatically generate wiki-links for key concepts, create corresponding concept notes, perform web research, and more.
Note Companion AI
8 months ago by Benjamin Ashgan Shafii
Note Companion: AI assistant for Obsidian that goes beyond just a chat. (prev File Organizer 2000)
Hydrate
5 months ago by hydrateagent
YOLO
4 months ago by Lapis0x0
Smart, snappy, and multilingual AI assistant for your vault.
AI Transcriber
4 months ago by Musashino Software
AI-powered speech-to-text transcription using OpenAI GPT-4o and Whisper APIs
Nova
3 months ago by Shawn Duggan
Nova - AI plugin for Obsidian that edits your documents directly through natural conversation. Stop copying from chat, start collaborating with AI.