gatsby-source-notion-api
gatsby-source-notion-api copied to clipboard
Gatsby plugin for Notion API
In a Notion page, if you link to another page also in Notion, the linked page will be rendered as: ``` ... ``` where `1a2b3c4d` is the id of the...
If I mention a page, for example its title is "A Real World Article", it will be just plain text in the markdownString. What I think should be rendered: ```...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
Hi, I have noticed that image from notion is provided as s S3 resource with 1 hour expiration time, so I have to rebuild the site every hour to keep...
I've noticed when building a moderately small site that the initial sourcing can take quite a while. Would it be possible to leverage Gatsby's caching mechanism to use the local...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Not an issue but more of a question: This dependency works great and I was able to move everything to Notion but currently I see that I have to restart...
Currently, a `databaseId` option is required. `gatsby-source-notion-api` only allows fetching data from the database provided via that option. Technically, it is possible for a Notion integration to have access to...
This is currently missing - Relation and Rollup columns are not supported at all.
while running the getBlocks function, I'm getting the following error. FetchError : invalid json response body. reason: 'Unexpected toekn < in JSON at position 0' The token and databseId are...