Releases: queen-raae/gatsby-remark-oembed
Releases · queen-raae/gatsby-remark-oembed
Cleaner logging
Optional prefix option
Thanks to @rayriffy you can now use inline code with a prefix:
// In your markdown file
Check it out! I can use oembed links in my markdown.
`oembed: https://twitter.com/raae/status/1045394833001652225`
It's pretty cool :D
`oembed: https://www.instagram.com/p/Bof9WhgBmY2/`
Optional provider settings
@kennethormandy added support for provider-specific options
@raae fixed a tiny typo
Read more about provider-specific options in the README, but some examples are:
- turning off captions in Instagram
- going dark mode with Twitter.
Thank you @kennethormandy for this very useful extension!
Readme update
@nickytonline fixed a typo in the example code
@raae added a ko-fi button
First release to npm
The package will be available as @raae/gatsby-remark-oembed
on npm.
Second alpha release
There are no code changes, but a bug (gatsbyjs/gatsby/issues/8788) affecting the plugin gatsby core and gatsby-transformer-remark have been fixed and the requirement section of the readme updated.
First alpha release
This is an early version of the plugin. Let me know if you have problems or questions by submitting an issue.