mirror of
https://github.com/5krus/obsidian-seamless-embeds.git
synced 2026-07-22 07:21:54 +00:00
Makes embedded/transcluded notes visually indistinguishable from surrounding text in Obsidian. Co-authored-by: Cursor <cursoragent@cursor.com>
1.3 KiB
1.3 KiB
Seamless Embeds
An Obsidian plugin that makes embedded (transcluded) notes visually indistinguishable from the surrounding text.
When you use ![[Note Name]] to embed a note, Obsidian normally renders it with a border, indentation, and link icon. Seamless Embeds removes all of that so the embedded content flows naturally as part of the document — readers can't tell where one note ends and another begins.
What it does
- Removes borders, padding, and margins from embeds
- Hides the embed title and link icon
- Makes divider lines (
---) inside embeds match full document width - Works with nested embeds (embeds within embeds)
- Works in both Reading mode and Live Preview
Installation
From the Community Plugin Store
- Open Settings → Community plugins → Browse
- Search for Seamless Embeds
- Click Install, then Enable
Manual Installation
- Download
main.js,styles.css, andmanifest.jsonfrom the latest release - Create a folder at
<your-vault>/.obsidian/plugins/seamless-embeds/ - Place the three files inside that folder
- Restart Obsidian and enable the plugin in Settings → Community plugins
Usage
Just install and enable — there are no settings. All ![[embeds]] will render seamlessly.