gatsby-source-google-docs
gatsby-source-google-docs copied to clipboard
Gatsby plugin to use Google Docs as a data source
The main function includes a reporter parameter: ``` exports.sourceGDocs2MD = async ( {actions: {createNode}, createContentDigest, reporter}, ``` Is there code or a yarn package for the reporter? I created a...
There is already a npmjs package https://www.npmjs.com/package/gatsby-source-gdocs2md which is based on a fork of your package. The owner said he did not plan on keeping it up to date. Maybe...
This looks like it will work for the project I am working on which uses Jekyll. Saying it is for Gatsby might be underselling? Some info about what Gatsby specific...
Some users, especially when setting up, may want to execute directly rather than through a web hook. I can modify the documentation if that is desired, as I have done...
From the documentation: `Open your copy and update the Build Webhook URL in A2` I can modify documentation to address these issues: - add URL for how to set up...
From documentation: `Create a copy of Trigger Gatsby Build file using Right Click -> Create a copy` Create a copy did not show up as an option. I googled and...
For words italicized in google docs, I'm getting the following output: `_word_` which displays as `_word_` (no italics) in the browser. Any ideas what's going on?
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.8 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.8 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...
Bumps [msgpackr](https://github.com/kriszyp/msgpackr) from 1.5.7 to 1.10.1. Commits 50bcdb8 Update version 4e7657b Allow structuredClone to be explicitly turned off for the decoder 18f44f8 Ensure that string conversion doesn't recursively join or...