Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
murdercode committed Jul 18, 2023
2 parents 05e17a3 + 9697ba3 commit 3a9c398
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,11 @@ To install, simply **edit the init configuration** of your TinyMCE as follows:

```js
tinymce.init({
// 1. Add the ChatGPT plugin
plugins: ["chatgpt"],

// 1. Add the plugin to the list of external plugins
'external_plugins' => {
'chatgpt' => 'https://cdn.jsdelivr.net/gh/The-3Labs-Team/tinymce-chatgpt-plugin@main/dist/chatgpt.min.js'
},

// 2. Configure the ChatGPT plugin
chatgpt: {
Expand Down

0 comments on commit 3a9c398

Please sign in to comment.