junjieim64 downloadsMirror blocks between notes with mirror-to and mirror-from commands.
Mirror any line or block between notes without copy-paste chaos.
Better Quote is an Obsidian plugin for quickly reusing exact content across your vault. It lets you link to source blocks with embeds, so updates happen in one place and stay consistent everywhere.
When your notes grow, repeated snippets become hard to maintain:
Better Quote gives you a fast workflow to keep content synced through native block embeds.
Mirror to another note (mirror-to)
^quote1, ^quote2, ...)![[Source Note#^quote3]] to the target fileMirror from anywhere (mirror-from)
Smart block search
Markdown-aware block extraction
mirror-to on a line you want to reuse elsewhere.mirror-from to search existing blocks and insert one immediately.In Concepts.md, you have:
Second-order effects matter more than first impressions.
Run mirror-to, pick Daily/2026-03-16.md.
Better Quote turns the source line into:
Second-order effects matter more than first impressions. ^quote1
And appends to the target:
![[Concepts#^quote1]]
Now you can edit the source once and keep all mirrors in sync.
mirror-to: Mirror current line/block into another notemirror-from: Search and insert a mirrored block from vaultmanifest.json, main.js, and styles.css (if present) from a release..obsidian/plugins/better-quote/.1.5.0isDesktopOnly: false)If Better Quote helps your workflow, star the repo and open issues for ideas/bugs.
Built for people who prefer linked thinking over copy-paste maintenance.