Embed

Transclusion (Embedding Notes)

Transclusion lets you pull the content of one note directly into another. Instead of just linking to a note, the referenced note's content appears inline—as if you'd copy-pasted it, but it stays in sync with the source.

Example

Say you have a note called some.note-1.md with useful content you want to reuse.

To embed it in another note, use the ![[...]] syntax:

![[some.note-1]]

When you view the note, the full content of some.note-1 will appear right there.

Linking vs. Transclusion

SyntaxWhat it does
[[some.note-1]]Creates a link to the note (click to navigate)
![[some.note-1]]Embeds the note's content inline

Think of the ! as "inject this here."


Backlinks