Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

Gatsby

Gatsby Source Collected Notes Plugin

A source plugin for Collected Notes API.

🚀 Install

npm i gatsby-source-collected-notes

🎓 Use

Include the plugin on the gatsby.config.js

module.exports = {
  /* Your site config here */
  plugins: [
    /* ... */
    {
      resolve: `gatsby-source-collected-notes`,
      options: {
        notesOwner: 'jenaro' // URL will look something like https://collectednotes.com/jenaro.json
      }
    }
    /* ... */
  ],
}
© 2023 Gatsby, Inc.