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.

Download 2.7 Read the docs

What’s new in 2.7

Service-based architecture with smarter metadata scoring and flexible summary lifecycle.

Service modules

Metadata and summary logic extracted into dedicated services — services/metadata.js and services/summary.js — for cleaner plugin code and easier testing.

Weighted tag scoring

Tags are ranked by signal strength: title hits, heading frequency, body density, and existing frontmatter tags. Results cached by note mtime and size.

cache by mtime

Summary lifecycle

Choose how summary blocks behave: append adds a new block each time; replace-latest updates the most recent block in place.

append replace-latest

Minimalist panel

Refined spacing and typography in the MI panel — less visual noise, more focus on tags and summary text.

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