Gatsby Remark Oembed Versions Save

A GatsbyJS Plugin that transforms oembed links into its corresponding embed code.

v0.3.3

1 year ago

0.3.3 (2022-12-26)

v0.3.2

1 year ago

0.3.2 (2022-07-20)

Bug Fixes

  • transform paragraph parent node for standalone link nodes (#170) (193547e), closes #102

v0.3.1

2 years ago

0.3.1 (2022-04-28)

Bug Fixes

v0.3.0

2 years ago

0.3.0 (2022-04-28)

Features

v0.2.1

2 years ago

0.2.1 (2022-04-28)

v0.2.0

2 years ago

0.2.0 (2022-04-28)

Features

v0.2.0-next.3

2 years ago

0.2.0-next.3 (2022-04-26)

Bug Fixes

  • use prepack to download provider list (d421b84)

v0.2.0-next.2

2 years ago

0.2.0-next.2 (2022-04-26)

Bug Fixes

  • npm unignore prefetched-providers.json (2dde20d)

v0.1.1

4 years ago
  • @victornguyen fixed problem with embed scripts only being initialized onRouteUpdate by also initializing onInitialClientRender.
  • @testower fixed problem with prefetched provider list being ignored by npm.

v0.1.0

4 years ago

Thanks to @rayriffy you can configure an array of prefix options #47.

usePrefix: ["embed", "video", "oembed"]

// In your markdown file

Check it out! I can use the prefix "oembed:"

`oembed: https://twitter.com/raae/status/1045394833001652225`

Or I can use the prefix "embed:" if I like ;)

`embed: https://www.instagram.com/p/Bof9WhgBmY2/`

I can also use "video:" like I did before with `gatsby-remark-video`.

`video: https://vimeo.com/42672205`

In addition:

  • @raae fixed a logging bug #73
  • @testower made sure we have a copy of the oembed provider list in case oembed.com goes down #64
  • @raae, @rayriffy, @muescha, and @yurm04 squashed some maintenance tasks