- Issue created by @kevinquillen
- First commit to issue fork.
- @rafuel92 opened merge request.
- 🇺🇸United States kevinquillen
Before merging back into the dev branch, lets work on this in the fork and iterate on the changes so we don't have conflict(s). The fork likely needs a rebase from dev first (there have been many changes since opening this).
- 🇺🇸United States kevinquillen
We have a good start so far showing a task drop down. It probably would not be that hard to integrate the plugin manager to feed back properties that can be looped in the openaiui.js file to build each list item (read from editor.config).
Clicking on one should:
- - Fire a command that opens a modal (sending the selected text along to it)
- - That modal opens a form for that specific plugin (Drupal Form API)
- - The form submit action returns the result of the OpenAI call back to the JS plugin, where the result is written back to the editor
- 🇺🇸United States keiserjb
Wondering about the progress on this. I watched the presentation from DrupalCon Lille and was confused about the capabilities of of these two modules. https://youtu.be/NdkME10H8MM?si=Xo1W8sHu7EsD5Rws
- 🇮🇹Italy rafuel92
Hello, i hope to open a new merge request in Jan 2024 starting targeting the last version of the OpenAI module.
- 🇺🇸United States SocialNicheGuru
Is there already integration with ckeditor 🐛 CKEditor integration not working? Fixed , which is not necessarily the integration between openai and ckeditor_openai?