Obsidian Obsidian Plugin

Understand your notes.
Tags and summaries, instantly.

glyph-miO analyzes the active note and inserts a compact summary block with suggested tags — algorithmic by default, optionally enhanced by a local Ollama model.

Get 2.7.3 (main) Read the docs

What’s new in 2.7.3

Theme-safe CSS in 2.7.3+. replace-latest no longer stacks extra --- rules; title still has the highest tag weight; plus 2.7.1 polish.

Clean summary replace

replace-latest strips the previous horizontal rule before the marker, so repeated Insert summary does not grow separator junk.

replace-latest

Service modules

Prefers vendored glyph-mi-notes.cjs via the adapter; local services/* remain as offline fallback.

Weighted tag scoring

Tags ranked by title (highest), headings, and body — with relevance % and tooltip reasons. Cache key is always path + mtime + size + content hash.

path in cache key

Summary lifecycle

append, replace-latest, plus none/off for preview-only. Optional Apply/Cancel diff before writing.

append replace-latest none / off

Ollama status

Configurable timeout (default 12s), status bar + panel indicator for online vs offline fallback. RU labels for commands and settings.

How it works

Always works offline. Ollama is optional enhancement, never a hard dependency.

1. Analyze

Open the MI panel or run Glyph: analyze active note. The plugin tokenizes the note, scores candidate tags, and builds an extractive summary from key sentences.

2. Review tags

Suggested tags appear ranked by relevance. Accept individually or apply all at once with Glyph: suggest tags.

3. Insert summary

Glyph: summarize note inserts a marked summary block at the top of the note. Jump back to it anytime with Glyph: jump to MI summary.

4. Optional Ollama

When Ollama is running locally, the plugin attempts JSON-structured summary generation first. If unavailable or slow, it falls back to the offline algorithm seamlessly.

Commands

Install

Copy the release into your vault and enable in Community plugins.

Part of the Glyph 2.7 family