---
title: "Embeds Reference"
description: "```markdown ![[Note Name]] ![[Note Name#Heading]] ![[Note Name#^block-id]] ```"
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/embeds
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:23:57.351Z
license: CC-BY-4.0
attribution: "Embeds Reference — Claudary (https://claudary.paisolsolutions.com/skills/embeds)"
---

# Embeds Reference
```markdown ![[Note Name]] ![[Note Name#Heading]] ![[Note Name#^block-id]] ```

## Overview

# Embeds Reference

## Embed Notes

```markdown
![[Note Name]]
![[Note Name#Heading]]
![[Note Name#^block-id]]
```

## Embed Images

```markdown
![[image.png]]
![[image.png|640x480]]    Width x Height
![[image.png|300]]        Width only (maintains aspect ratio)
```

## External Images

```markdown
![Alt text](https://example.com/image.png)
![Alt text|300](https://example.com/image.png)
```

## Embed Audio

```markdown
![[audio.mp3]]
![[audio.ogg]]
```

## Embed PDF

```markdown
![[document.pdf]]
![[document.pdf#page=3]]
![[document.pdf#height=400]]
```

## Embed Lists

```markdown
![[Note#^list-id]]
```

Where the list has a block ID:

```markdown
- Item 1
- Item 2
- Item 3

^list-id
```

## Embed Search Results

````markdown
```query
tag:#project status:done
```
````

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/embeds) · https://claudary.paisolsolutions.com
