gatsby-remark-embedder icon indicating copy to clipboard operation
gatsby-remark-embedder copied to clipboard

Gatsby Remark plugin to embed well known services by their URL.

Results 47 gatsby-remark-embedder issues
Sort by recently updated
recently updated
newest added

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.7 to 3.2.10. Release notes Sourced from node-fetch's releases. v3.2.10 3.2.10 (2022-07-31) Bug Fixes ReDoS referrer (#1611) (2880238) v3.2.9 3.2.9 (2022-07-18) Bug Fixes Headers: don't forward secure...

dependencies
javascript
BREAKING CHANGE

Bumps [hast-util-from-parse5](https://github.com/syntax-tree/hast-util-from-parse5) from 6.0.1 to 7.1.0. Release notes Sourced from hast-util-from-parse5's releases. 7.1.0 762ba62 Update vfile-location a57a0bb Add strict to tsconfig.json 7.0.0 21e9223 Add JSDoc based types 20e9416 Use ESM...

dependencies
javascript
BREAKING CHANGE

Hi, YouTube and Twitter embeds hurt Lighthouse scores. Both load a bunch of unused JavaScript and create heavy iframe embeds. I've built a custom transformer for YouTube that uses the...

Bumps [unist-util-visit](https://github.com/syntax-tree/unist-util-visit) from 2.0.3 to 4.1.0. Release notes Sourced from unist-util-visit's releases. 4.1.0 a76200b Add improved parent type by @​wooorm in syntax-tree/unist-util-visit#31 Full Changelog: https://github.com/syntax-tree/unist-util-visit/compare/4.0.0...4.1.0 4.0.0 050fdc3 Change types to...

dependencies
javascript
BREAKING CHANGE

Bumps [remark](https://github.com/remarkjs/remark) from 13.0.0 to 14.0.2. Commits 41fbfba 14.0.2 30d5f84 remark-stringify: 10.0.2 5a2a5c9 remark-parse: 10.0.1 c98e00f Update dev-dependencies 87c50a5 Add improved docs 941baa4 Add remark-directive-rehype to list of plugins (#901)...

dependencies
javascript
BREAKING CHANGE

Bumps [remark-html](https://github.com/remarkjs/remark-html) from 13.0.2 to 15.0.1. Release notes Sourced from remark-html's releases. 15.0.1 ab28821 Add improved docs by @​wooorm in remarkjs/remark-html#38 Full Changelog: https://github.com/remarkjs/remark-html/compare/15.0.0...15.0.1 15.0.0 995b427 Change footnotes to match...

dependencies
javascript
BREAKING CHANGE

**What**: Added option to override hardcoded CodePen dimensions, with option to merge provided options with default options **Why**: In order to change hardcoded CodePen's iframe width/height **How**: Each transformer can...

⚙️ CodePen

**What**: Adds support for passing height & width to the YouTube Transformer. **Why**: Makes the transformer more customisable, not everyone wants their videos 100% wide and 315px high? 🤣 Requested...

⚙️ YouTube

**What**: StackBlitz is being added to the list of supported vendors **Why**: Many sites may use StackBlitz to embed usage of code samples into their blog. I [run one such...

⚙️ StackBlitz

Problem description: JotForm is a popular online form builder. It would be great if a JotForm URL can be transformed into an embedded section. Suggested solution: JotForm provides some inbuilt...

enhancement
⚙️ JotForm