ChatGPT plugin for CKEditor 4 for fast copyrighting and writing texts with AI.
Home page ∙ Install ∙ Try Online
txt42.webm
This is a ChatGPT plugin for CKEditor 4. It can help to generate texts with AI and publish it on your website.
If you have already installed and use N1ED plugin, please do not install this one: ChatGPT is included into N1ED. Use this Txt42 ChatGPT add-on when you need just a GPT features only.
- Seamless integration with CKEditor 4
- Easy installation as CKEditor plugin
- All the power of GPT-4 in your CKEditor
- Press a toolbar button or Ctrl+Enter everywhere to generate a text! With selection or not, it is very smart.
Copy chat-gpt
directory into ckeditor/plugins/
.
You will have such file path as result: ckeditor/plugins/chat-gpt/plugin.js
.
Add these line into your "config.js" file to activate the plugin and new buttons:
config.extraPlugins = "chat-gpt";
config.apiKey = "TXAIAUTO"; // Default key. Get own: https://txt42.ai/dashboard
When you pass parameters to CKEditor 4 manually as function argument, do the same but inside config structure:
CKEDITOR.replace(
"#editor",
{
extraPlugins: "chat-gpt",
apiKey: "TXAIAUTO", // Default key. Get own: https://txt42.ai/dashboard
}
);
Please check that you switched the plugin to use your API key, you can get it here: Dashboard.
Please do not hesitate to ask any questions regarding installation or using sending a letter to support e-mail.