Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-source-note

Source plugin for pulling posts from note

Install

yarn add gatsby-source-note

How to use

// In your gatsby-config.js
module.exports = {
  plugins: [
    {
      resolve: `gatsby-source-note`,
      options: {
        // note ID
        creator: `info`,
      },
    },
  ],
}

Note

However, this plugin uses an unofficial API so, I recommend that you use it for private use.

© 2023 Gatsby, Inc.