devsdocs26 downloadsAutomatically convert pasted Spotify and YouTube links into embedded players.
Automatically convert pasted links into playable embedded players and interactive previews inside Obsidian.
embed block and renders it in Live Preview and Reading View.You can customize height, aspect ratio, or load mode per block:
```embed
https://drive.google.com/file/d/1ABC123xyz_456-789/view
height: 700px
```
```embed
https://vimeo.com/123456789
aspect: 16/9
mode: click
```
Shorthand single-line format:
```embed
https://drive.google.com/file/d/1ABC123xyz_456-789/view height=700
```
Access via Ctrl/Cmd + P (Command Palette):
| Command | Description |
|---|---|
Stream Embed: Convert link under Cursor to embed block |
Wraps link under editor cursor into an embed block |
Stream Embed: Convert selection to embed block |
Converts selected link text to an embed block |
Stream Embed: Toggle click-to-load mode |
Toggles globally between direct iframe loading and click-to-load cards |
Configurable in Settings → Stream Embed:
| Setting | Description | Default |
|---|---|---|
| Spotify embed height | Default height of Spotify embeds in pixels. | 352 |
| Google Drive embed height | Default height of Google Drive/Docs embeds in pixels. | 480 |
| Enable click-to-load mode | Displays preview cards and loads iframes only on click. | Disabled |
| Show hover action bar | Shows action toolbar (Copy, Open, Fullscreen) on hover. | Enabled |
main.js, manifest.json, and styles.css from the latest release.stream-embed inside your vault's .obsidian/plugins/ directory.npm install
npm run dev # watch mode
npm run build # production build
npm run lint # lint