mirror of
https://github.com/gnoxnahte/obsidian-auto-embed.git
synced 2026-07-22 09:50:24 +00:00
No description
| embeds | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitattributes | ||
| .gitignore | ||
| .npmrc | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| main.ts | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| settings-tab.ts | ||
| styles.css | ||
| suggestEmbed.ts | ||
| tsconfig.json | ||
| utility.ts | ||
| version-bump.mjs | ||
| versions.json | ||
obsidian-auto-embed
Obsidian plugin to help embed links using markdown instead of iframe
Features
Auto embeds popular websites like YouTube, Twitter, and Steam.
Supported websites:
- YouTube
- Reddit (Has some resizing bugs)
- CodePen
- Steam
Tasks
TODO:
- Let users choose when they want to embed the link. Maybe can be similar to obsidian's Embed Web Pages -
. Can check for some other special character like '@' to avoid conflict - Add support for embedding non-supported websites. But only do when task above ^ task is done.
- Add support for other websites (Suggest some examples?)
- Add tests
- Updated Readme.md
- Add images / gifs to show examples
- Add installation instructions
- Submit to Obsidian plugin directory?
Known Bugs:
- Incorrect resizing of Reddit embeds when multiple Reddit embeds;
Credits:
- Based on Simple Embeds but since I couldn't get it to work since its deprecated, I built my own. Most of the code and embedding implementation is quite different in the end anyway.