leonhma /
obsidian-functionplot
A obsidian.md plugin for rendering maths graphs.
Loading repository data…
samwarnick / repository
A plugin for Obsidian that automatically turns links into embeds.
Notice: This plugin is no longer actively maintained. Feel free to fork and create a new version.
This Obsidian plugin will turn Twitter and YouTube links into embeds when the file is previewed, without changing the contents of your file. Even works when hovering over internal links.
Just add links like you normally would:
[Twitter link](https://twitter.com/johnvoorhees/status/1437735225086316548?s=21)
[YouTube link](https://youtu.be/C4sAUc_ZGMY)
If you would like to disable a particular link, add |noembed to the link text. For example:
[Twitter link|noembed](https://twitter.com/johnvoorhees/status/1437735225086316548?s=21)
By default, most embeds have a max width of 550px (the max width of Twitter embeds). To make an embed full width1, add |fullwidth to the link text. For example:
[YouTube link|fullwidth](https://www.youtube.com/watch?v=aqafn8kFDyY)
Each embed is wrapped in a container with the class of .embed-container and a class unique to each embed type:
| Embed | Class |
|---|---|
| Apple Music | .apple-music |
| Apple Podcasts | .apple-podcasts |
| Apple TV | .apple-tv |
| CodePen | .codepen |
| Flat.io | .flat_io |
| GitHub Gists | .github_gist |
.instagram | |
| Noteflight | .noteflight |
.twitter | |
| YouTube | .youtube |
.reddit |
You can use these in your own CSS snippets. For example, if you would like to make all YouTube embeds full width, you could add the following:
.embed-container.youtube {
max-width: 100%;
}
Or if you want to center all Twitter embeds:
.embed-container.twitter {
margin: 0 auto;
}

Demo

iOS app

Android app
Selected from shared topics, language and repository description—not editorial ratings.
leonhma /
A obsidian.md plugin for rendering maths graphs.
tomzorz /
Link Archive plugin for Obsidian
mnaoumov /
Plugin for Obsidian that allows to do a lot of things with JavaScript/TypeScript scripts from inside the Obsidian itself
code-forge-temple /
A plugin for Obsidian to draw circuits on a canvas.
luxmargos /
This is a plugin for Obsidian (https://obsidian.md). Supports viewing and exporting various image formats using ImageMagick.
notmuhammad /
A plugin for Obsidian.md to show front-matter aliases as display names in the file menu.