t1seo30 downloadsConnect words and note links to floating text and image cards without leaving the page.
Keep the context. Stay with the page.
Connect words in your Obsidian notes to floating text and image cards. A fine outline and connector keep each card tied to its place in the page. Preview ordinary note links the same way, and choose which kinds of links Marginote handles.

Watch the MP4 · View a still · Try the sample vault · Recording details
The demo uses real Obsidian with an English interface and sample notes, plus varied Lorem ipsum passages for scrolling. Move left, below, and right of a link to see its card follow in both Reading view and Live Preview. It also shows stationary hover, click pinning, ordinary note previews, and a card farther down the page. The pointer marker and captions are recording aids. See the recording details for the captured version.
Annotations/ and links the selected phrase to it.| What you can preview | What appears |
|---|---|
| Text card | A definition, explanation, or short Markdown note |
| Image card | A local image connected to the source phrase |
| Text and image card | An illustration with its explanation |
| Ordinary note link | The note's title, path, and a read-only excerpt, with Open note |
Cards follow Obsidian's light and dark appearance. Each window shows one card at a time, positioned within its note pane.
Open Settings → Marginote. In Obsidian 1.13 or later, you can also find these controls through settings search using terms such as annotation, note, hover, or nearby. Two settings control the experience:
| Setting | Options | Default |
|---|---|---|
| Preview content | Annotation cards only / Ordinary note links only / Both | Annotation cards only |
| Automatic preview | Near text · follows pointer / Over link · stays in place / Off | Near text · follows pointer |
Near text · follows pointer opens a preview within 300 pixels beside or below an eligible link, inside the same note pane. You do not need to touch the link. The card follows your pointer and updates as you scroll. These passive previews let pointer input pass through and disappear after a reading interval. Click the source link to open an interactive card. Automatic proximity previews use a mouse or trackpad in windows at least 768 pixels wide.
Over link · stays in place opens a stationary card after a short pause directly over the link, about 250 ms. Move the pointer onto the card to keep reading; it does not expire while you read it.
Off disables automatic previews. Click, tap, or use the keyboard to open a card explicitly.
Existing saved preferences survive upgrades. If you used an earlier version, choose Near text · follows pointer to switch from stationary hover to proximity previews.
Choose Ordinary note links only if you want link previews without annotation cards, or Both to use both kinds. Changes apply to open views and windows immediately. Links outside your selection keep their usual Obsidian behavior.
Ordinary note previews hide frontmatter and show an excerpt of up to approximately 6,000 characters. An excerpt notice appears when content is shortened. Previewing a note does not add card metadata or change its contents.
Marginote uses ordinary wikilinks in your source note:
Learning can begin with [[Annotations/Learning by observation|watching someone think]].
The card is a separate Markdown file with a stable ID:
---
marginote-card: 1
marginote-id: de7505c2-e964-499a-8824-bfdccbe43272
marginote-kind: text
---
Watch which choices an expert makes, and ask what changed their mind.
Image cards can contain ![[Attachments/notebook-study.svg]]. Mixed cards combine an image with Markdown text. The same visible phrase can link to different cards.
Place the editor cursor inside a card link and run:
Unlinking or undoing an insertion does not delete the card note or its images. Existing files are never overwritten when creating a card.
Marginote requires Obsidian 1.10.6 or later on desktop. The plugin ID is marginote.
See the Community page and verified release status.
main.js, manifest.json, and styles.css from the latest release.<vault>/.obsidian/plugins/marginote/.If you already use BRAT, add https://github.com/t1seo/marginote as a beta plugin, then enable Marginote.
The sample vault contains the English notes and original illustration used in the demo, including text, image, mixed, and ordinary-note examples. A longer reading passage uses varied Lorem ipsum paragraphs to try scrolling and returning to a linked idea. Open a copy as a separate Obsidian vault and install the three release files there. The sample guide explains the two preview settings.
Marginote works locally. It requires no account, API key, payment, or network service, and includes no telemetry. Cards and images remain in your vault; plugin preferences are saved by Obsidian in the plugin's local data file.
Only local wiki image embeds are loaded automatically inside previews. Markdown image syntax is shown as a literal image marker followed by a link, and raw HTML is shown as text. Following an external link remains a deliberate navigation action.
[[wikilinks]], including aliases. Markdown-style [links](Note.md) are not decorated in Live Preview.Complex nested Markdown may render differently from the full note. Passive proximity previews have a different accessibility contract from stationary hover and explicit cards; this release does not claim comprehensive screen-reader or WCAG certification.
Use Bun 1.3.14:
bun install --frozen-lockfile
bun run check
bun run check:release
See Contributing, the release verification record, and release instructions. Obsidian, CodeMirror, and Lezer remain host-provided modules.
Please open an issue with your Obsidian version, operating system, view mode, and a small example note. Avoid attaching personal vault contents.
Created by t1seo. The card geometry was adapted from the maintainer's Library of Alexandria project for Obsidian's editor and window lifecycle. The sample writing, illustration, and Marginote icon were created for this plugin.
MIT. Bundled dependency attribution is preserved in Third-party notices.