|
|
||
|---|---|---|
| .github/workflows | ||
| readme-assets | ||
| src | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitattributes | ||
| .gitignore | ||
| .npmrc | ||
| CHANGELOG.md | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| styles.css | ||
| SupportedWebsiteList.md | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
obsidian-auto-embed
Obsidian plugin to help embed links automatically instead of using iframes
Getting Started
Assuming you have Obsidian downloaded, Download the plugin: https://obsidian.md/plugins?id=auto-embed
Embedding links
- Paste a link
- Select "Create Embed"
- (Optional) Add Options
- Done! Wait for the embed to load
Uses the same syntax as Obsidian - Embed Web pages. Syntax: 
Features
Auto embeds websites like: Imgur, CodePen, Steam. Full list of supported websites
Supported websites:
Social Media:
Sound/Music:
Others:
Warning
Those websites have
*means that it has some sort of limitation/note. See Current Limitations & Known Bugs for more info
For unsupported websites, the plugin will embed the whole website and not modify it.
For a list with examples of how the websites look like Supported Websites List.
Custom Options
How to add options:
- In between the square brackets -
 - If you aren't sure which options are available, refer to the table below
All options:
| Option | Description | Example Markdown |
|---|---|---|
| noembed | Disables embedding for this link. If possible, try using [](link) instead. Same syntax, just without '!' |
 |
w:value / width:value |
Sets embed's width |  |
h:value / height:value |
Sets embed's height |  |
Uses CSS Units where applicable.
Custom styles
TODO: Add a table that lists all the CSS classes users can override.
How the plugin works
A brief overview with some steps on how the plugin works. Not required to use the plugin, just for those who are curious. Certain steps vary depending on whether you're in Reading View or Live Preview. However, the plugin doesn't have any impact when you're in source mode.
- Search where in the document the syntax is found.
- In Reading View:
Searches for the<img>tag that's generated by Obsidian when you use this format: - In Live Preview:
Searches forand gets the options and URL from it.
- In Reading View:
- Get the URL from it, and convert it to the embed equivalent. Usually adds
/embed/somewhere in the url. Results in the same website but focused only on the content. No headers, footer, etc - Replace those tags with
<iframe>and apply options (width, height, dark mode, etc) - Some websites like Twitter, Reddit or Imgur, will send a resize message. The plugin uses the info to resize the embed.
Roadmap
- Add support for other websites (If you want other websites, create an issue or submit a Google Form if u aren't comfortable with GitHub)
- Google Maps
- Google Calendar
- Other websites. Iframely has a list of websites that can be embedded.
- Add tests
- Updated README.md
- Improve readability. Open to suggestions, especially if something isn't clear.
- Add images/gifs to show examples
- Add installation instructions
Submit any features you want here: https://forms.gle/xtuv4FVCKZ2tg9zK9
Current Limitations & Known Bugs
- General
- Live Preview:
- The cursor location doesn't match with Obsidian's Embed Web pages. Still trying to fix it.
- Rarely happens but sometimes it glitches out and doesn't let you edit. When it does that, either restart the app or switch to Source mode.
- Live Preview:
- Website specific
- Spotify: Only able to play 30 seconds of a song. Spotify only allows when the user is logged in to the browser, which isn't possible in Obsidian.
- Notion: The notion needs to be a published website. Also, the plugin isn't doing anything special for Notion. Unlike other websites, it's just using the raw link as an iframe.
- Twitter & YouTube: Since Obsidian supports it, I won't interfere with it. However, it means options isn't supported. I might be able to replace Obsidian's embeds with mine, but options will only work in Live Preview, but not Reading Mode. This makes an inconsistent user experience but if you want this feature, contact me / create a pull request.
- Twitter / X: Obsidian supports https://twitter.com but not https://x.com. This plugin just helps to embed X. If you replace Twitter with x, or vice versa, it'll lead to the same tweet/post. Usually when copying from the mobile app, it's X. When copying from the web, it's Twitter.
Please send any issues you found!
Frequently asked questions
The embed isn't appearing
- Have you enabled the plugin?
- Are you following this syntax?

For example: - If it still doesn't work, try contacting me or create an issue.
Contact Me
I've just started Obsidian and this is my first plugin.
If you have any questions, feature requests, bugs or anything related to the plugin, feel free to create an issue or submit a Google Form.
Alternatively, you can email me too.
If this plugin helped you and want to support its development, please consider supporting me at Ko-fi
Credits
- Inspired by Sam Warnick's Simple Embed. It was archived so I made my own plugin. Changed a lot of things from it though.
