Amazeeio Ckeditor Widgets
No security coverage
This project provides custom CKEditor widgets that integrate with AI Automators to enhance content creation. It includes widgets for automatically generating image alt text, summarizing content, and ensuring a professional writing tone.
This recipe will build a custom filter format you can use on the WYSIWYG fields that have three custom CKEditor widgets powered by the AI Automators.
- Image Alt Text - adds image alt text in CKEditor.
- Summary - summarizes text nicely
- Style Guide - makes sure that the tone of what you are writing is professional.
How to use
- After you login, you create a Page
- On the content, choose the filter format "Content with AI"
- In the top right corner of the CKEditor, you can use the three different widgets.
Adding to an existing project
Requirements
- Either a Drupal CMS project, or the Drupal CMS Page recipe. Note that the Drupal CMS Page recipe doesn't blend very well in with the Standard installation profile.
- An AI provider with chat capabilities and a default model configured for Chat with complex JSON. Try the amazee.ai AI provider for an easy setup without the privacy trade-offs.
Installation
composer require drupal/amazeeio_ckeditor_widgets
drush recipe ../recipes/amazeeio_ckeditor_widgets
drush crQuick start project with the amazee.io AI provider
composer create-project drupal/cms
composer config minimum-stability beta
composer require drupal/ai_provider_amazeeio drupal/amazeeio_ckeditor_widgets
drush site:install
drush en ai_provider_amazeeio
drush recipe ../recipes/amazeeio_ckeditor_widgets
drush crYou can login to or register with the amazee.ai AI provider at /admin/config/ai/providers/amazeeio.