Community Plugin
View plugin on GitHubPlugin 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`
),
}