Embeds let you render the contents of another file — or a specific portion of it — inline within the current note. The syntax is identical to a wikilink but prefixed with an exclamation mark:Documentation Index
Fetch the complete documentation index at: https://mintlify.com/kepano/obsidian-skills/llms.txt
Use this file to discover all available pages before exploring further.
![[Target]]. Obsidian resolves the link at render time and displays the embedded content directly in reading view, making it easy to reuse and compose content across your vault.
Embed Notes
Embed an entire note, a specific heading section, or a single block identified by its block ID.Embed Images
Embed a local image at its natural size, at an exact width-by-height, or scaled to a specific width while preserving its aspect ratio.External Images
External images use standard Markdown image syntax. An optional width can be appended after the alt text using a pipe character.Embed Audio
Local audio files are embedded as an inline audio player. Both MP3 and OGG formats are supported.Embed PDF
PDF files can be embedded in their entirety or opened to a specific page. You can also constrain the height of the PDF viewer.Embed Bases
Bases files (.base) can be embedded whole or with a specific named view. This lets you surface structured data from a Base inline in any note.
Embed Lists
A specific list in a note can be embedded by referencing its block ID. The block ID is defined in the source note by adding a^block-id marker on the line immediately after the list.
Block IDs (
^block-id) must be unique within the entire vault. If two notes share the same block ID, Obsidian may resolve the embed ambiguously. Use descriptive, note-specific identifiers to avoid collisions.Embed Search Results
A live search query can be embedded using a fenced code block with thequery language tag. Obsidian evaluates the query and renders the matching results inline.