Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Create and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, properties, and note-specific syntax.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
EMBEDS.md
1# Embeds Reference23## Embed Notes45```markdown6![[Note Name]]7![[Note Name#Heading]]8![[Note Name#^block-id]]9```1011## Embed Images1213```markdown14![[image.png]]15![[image.png|640x480]] Width x Height16![[image.png|300]] Width only (maintains aspect ratio)17```1819## External Images2021```markdown222324```2526## Embed Audio2728```markdown29![[audio.mp3]]30![[audio.ogg]]31```3233## Embed PDF3435```markdown36![[document.pdf]]37![[document.pdf#page=3]]38![[document.pdf#height=400]]39```4041## Embed Lists4243```markdown44![[Note#^list-id]]45```4647Where the list has a block ID:4849```markdown50- Item 151- Item 252- Item 35354^list-id55```5657## Embed Search Results5859````markdown60```query61tag:#project status:done62```63````64