Skip to content

edsdk/txt42-ckeditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Txt42

Txt42

ChatGPT plugin for CKEditor 4 for fast copyrighting and writing texts with AI.

Home pageInstallTry Online

txt42.webm

Intro

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.

Main features:

  • 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.

Installation

Download ChatGPT plugin

Copy chat-gpt directory into ckeditor/plugins/. You will have such file path as result: ckeditor/plugins/chat-gpt/plugin.js.

If you use config.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

If you use initialization script

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
  }
);

Configuration

Please check that you switched the plugin to use your API key, you can get it here: Dashboard.

Support

Please do not hesitate to ask any questions regarding installation or using sending a letter to support e-mail.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages