This plugin helps us write better text using ChatGPT. It's a superbly crafted code created for me to learn more about Gutenberg and ChatGPT.
improve-my-writing-plugin.mp4
- Clone this repo
- Install wp-env in your environment
- Get your ChatGPT API key
- Replace the CHAT_GPT_KEY on the edit.js file
- Run
wp-env start
in the plugin's folder - Create a new post acessing your local WordPress installation
- Be happy and modify the files! If you wanna see changes, just run
npm start
and refresh your admin page :)