Giter Site home page Giter Site logo

alvis / gatsby-source-notion Goto Github PK

View Code? Open in Web Editor NEW
54.0 5.0 6.0 4.68 MB

A Gatsby source plugin for content management with Notion using the official API.

License: MIT License

TypeScript 99.95% JavaScript 0.05%
gatsby cms notion notion-api gatsby-source gatsby-plugin

gatsby-source-notion's Issues

S3 Images return 403

I suspect I am perhaps doing something wrong here, but when I include Cover images from S3 I get a bunch of 403 console errors.

You can view my WIP here for an example of what's happennig.

Missing Database Description from Upstream

I just noticed that we cannot retrieve the database description (defined here) from GraphQL

image

I took a look at the source code, and found that the NotionAPIDatabase interface you extracted didn't have this field. Should we report a bug to the upstream @notionhq/client?

Page cover is missing in page property

I am currently using this plugin to retrieve a notion database in which each children page has a cover image that I wish to display on my website. I tried

query MyQuery {
  allNotionDatabase {
    nodes {
      title
      childrenNotionPage {
        title
        childrenMdx {
          frontmatter {
            cover
          }
        }
      }
    }
  }
}

but this did not work.

Will latests fixs will be embeded in a release ?

Thank you for this great plugin !

I was wondering if there were any plans of releasing a new version of the npm package that will embed the latest fix that will persist unchanged nodes between two runs (if I understood it correctly) ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.