cetrodk169 downloadsAdd inline annotations to selected text that show in a popup on click.
Add short notes to any text without creating a full page. Select a word or sentence, attach an annotation, and reveal it with a click or hover.
Perfect for TTRPG notes, study material, manuscripts, or anywhere you want hidden context on specific phrases.
https://github.com/user-attachments/assets/c38f869e-3c93-4b8f-a1c9-a2f25313c1a6
Write annotations inline using the {text::note} syntax:
The party finds a {locked chest::DC 15 — on failure, the mechanism jams}.
In reading view and live preview, only locked chest is visible. Click (or hover) to see the note in a popup above the text.
Ctrl/Cmd + P), or right-click and choose Annotate selectionRight-click any annotation in the editor to get Edit annotation or Remove annotation options.
| Setting | Options | Description |
|---|---|---|
| Trigger mode | Click / Hover | How annotation popups are revealed |
main.js, manifest.json, and styles.css from the latest releaseinline-annotations in your vault's .obsidian/plugins/ directorynpm install
npm run dev # watch mode
npm run build # production build