Module Description
A very simple module which provides transforming selected text to new cases. You can transform selected text to uppercase, lowercase or simply capitalize it.
Available Transform Cases
* Transform Text to Uppercase: Convert letters to uppercase
* Transform Text to Lowercase: Convert letters to lowercase
* Transform Capitalize: Capitalize each word of selected text
* Transform Switcher: Loop through all cases
Requirements CKEditor Module (Core)
CKEditor Text transform plugin: https://ckeditor.com/addon/texttransform
Install Install module via composer:
composer require drupal/ckeditor_texttransform drush en ckeditor_texttransform
* Download the plugin from https://ckeditor.com/addon/texttransform.
* Place the plugin in the root libraries' folder (/libraries).
* Enable CKEditor Text Transform in the Drupal admin.
* Configure your WYSIWYG toolbar to include the button(s).
Available Transform Cases
* Transform Text to Uppercase: Convert letters to uppercase
* Transform Text to Lowercase: Convert letters to lowercase
* Transform Capitalize: Capitalize each word of selected text
* Transform Switcher: Loop through all cases
Requirements CKEditor Module (Core)
CKEditor Text transform plugin: https://ckeditor.com/addon/texttransform
Install Install module via composer:
composer require drupal/ckeditor_texttransform drush en ckeditor_texttransform
* Download the plugin from https://ckeditor.com/addon/texttransform.
* Place the plugin in the root libraries' folder (/libraries).
* Enable CKEditor Text Transform in the Drupal admin.
* Configure your WYSIWYG toolbar to include the button(s).
Module Link
Project Usage
98
Security Covered
Covered By Security Advisory
Version Available
Production
Module Summary
This module aims to solve the task of transforming selected text to different cases such as uppercase, lowercase, or capitalize within CKEditor in Drupal.
Data Name
ckeditor_texttransform