butlerx / gatsby-source-google-spreadsheets

A source plugin for Gatsby that allows reading data from Google Sheets.
MIT License
39 stars 10 forks source link

Fetching and rendering google docs from URL in a cell #18

Open kaushalyap opened 2 years ago

kaushalyap commented 2 years ago

Is your feature request related to a problem? Please describe.

Google Sheets are not designed for rich text, but we need rich text in CMS for some instances (ex: blog post, product description)

Describe the solution you'd like

Allow fetching & rendering google Docs content when a docs URL is provided in Sheets cell.

Describe alternatives you've considered

Considered using : https://github.com/cedricdelpoux/gatsby-source-google-docs with this plugin, but that plugin is not designed to work with docs URLs instead designed to work with Google Drive folders.

Additional context