Clean summary replace
replace-latest strips the previous horizontal rule before the marker, so repeated Insert summary does not grow separator junk.
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.
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.
replace-latest strips the previous horizontal rule before the marker, so repeated Insert summary does not grow separator junk.
Prefers vendored glyph-mi-notes.cjs via the adapter; local services/* remain as offline fallback.
Tags ranked by title (highest), headings, and body — with relevance % and tooltip reasons. Cache key is always path + mtime + size + content hash.
append, replace-latest, plus none/off for preview-only. Optional Apply/Cancel diff before writing.
Configurable timeout (default 12s), status bar + panel indicator for online vs offline fallback. RU labels for commands and settings.
Always works offline. Ollama is optional enhancement, never a hard dependency.
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.
Suggested tags appear ranked by relevance. Accept individually or apply all at once with Glyph: suggest tags.
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.
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.
Copy the release into your vault and enable in Community plugins.
.obsidian/plugins/glyph-mi-o/manifest.json, main.js, styles.css, services/Part of the Glyph 2.7 family