gatsby-wpgraphql-inline-images
gatsby-wpgraphql-inline-images copied to clipboard
Solution for Gatsby and WPGraphQL sourced content. Downloads images locally.
This will handle when a link contains an achor. You may need to clean up formatting a bit. My code editor shows it correctly, but for some reason it adds...
## Environment Gatsby version >= 2.22.00 Rest of versions in package.json: https://github.com/louiechristie/newcrossities/blob/559b283e6f0e1a91d51639d7b0a47e37a1c689a1/package.json ## Command ```console yarn ``` ## Gives error ``` error An unexpected error occurred: "could not find a...
the content has images from external url besides the wordpress upload, how to deal with that?
I've just updated WPGraphql to the latest version 0.10.0 I'm getting this error: `Fragment "GatsbyImageJobQuery" cannot be spread here as objects of type "NodeWithFeaturedImageToMediaItemConnectionEdge" can never be of type "MediaItem".`...
- currently plugin-sharp >= 2.4.4 causes errors ``` Gatsby-plugin-sharp wasn't setup correctly in gatsby-config.js. Make sure you add it to the plugins array. ``` - fixed bug in `createResolvers` that...
Adding tests is something that I've been wanting to do for some time. This and re-organizing codebase to make it more testable is at the top of the list.
I'm using the plugin and I'm not seeing a way to use the traced svg or webp options. Those are really nice features that come with gatsby-image. Is there a...
Hey! I notice in the `contentParser` it looks like it's looking for particular data attributes that I don't recognize. For example here: https://github.com/progital/gatsby-wpgraphql-inline-images/blob/b423abe4b14a031266b624a6b944f37369f78c18/src/contentParser.js#L80 It's looking for elements with: `attribs[data-gts-swapped-href]` Is...