Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

Plugin to make webpages a WYSIWYG for Code Dryer (https://www.codedryer.com)

Developement

To test locally before any publish, insert this code to the projects gatsby-config.js:

{
  // including a plugin from outside the plugins folder needs the path to it
  resolve: require.resolve(
    `../../MyProjects/tavega/gatsby-plugin-code-dryer`
  ),
}
© 2024 Gatsby, Inc.