ckeditor5-letter-case

1.0.4 • Public • Published

CKEditor 5 letter Case Plugin


This simple plugin allow you to change between lower case and upper case letters, capitalize, or to mix case the text selection in the ckeditor 5.

Issues

Feel free to submit issues and enhancement requests.

Usage

In your ckeditor5 project:

npm i ckeditor5-letter-case

or

yarn add ckeditor5-letter-case

Update src/ckeditor.js with:

import LetterCase from 'ckeditor5-letter-case';

Editor.builtinPlugins = [
  // ...
  LetterCase,
  // ...
];

Editor.defaultConfig = {
  toolbar: {
    items: [
      // ...
      'LetterCase',
      // ...
    ]
  },
};

Then

npm run build

or

yarn build

License

Licensed under the terms of GNU General Public License Version 2 or later.

/ckeditor5-letter-case/

    Package Sidebar

    Install

    npm i ckeditor5-letter-case

    Weekly Downloads

    4

    Version

    1.0.4

    License

    GPL

    Unpacked Size

    12.4 kB

    Total Files

    8

    Last publish

    Collaborators

    • maziyank