Skip to content

Is there any way to query document content given the document link? #144

Answered by cedricdelpoux
kaushalyap asked this question in Q&A
Discussion options

You must be logged in to vote

You can do

import { GoogleDocument } from 'gatsby-source-google-docs/utils/google-document'

const doc = new GoogleDocument(docsResponse);
const markdown = doc.toMarkdown()

Replies: 3 comments 19 replies

Comment options

You must be logged in to vote
4 replies
@kaushalyap
Comment options

@cedricdelpoux
Comment options

@kaushalyap
Comment options

@kaushalyap
Comment options

Comment options

You must be logged in to vote
10 replies
@cedricdelpoux
Comment options

@kaushalyap
Comment options

@cedricdelpoux
Comment options

@kaushalyap
Comment options

@kaushalyap
Comment options

Comment options

You must be logged in to vote
5 replies
@kaushalyap
Comment options

@cedricdelpoux
Comment options

@cedricdelpoux
Comment options

@kaushalyap
Comment options

@cedricdelpoux
Comment options

Answer selected by kaushalyap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants