This package has been deprecated

Author message:

this version has been deprecatedcd

ckeditor5-highlight-color

1.1.0 • Public • Published

CKEditor 5 Highlight Color Feature

Custom Highlighter to add font color to your text within Ckeditor 5.

Quick start

First, install the build from npm:

npm i ckeditor5-highlight-color

Use it in your JavaScript application:

import Highlight from 'ckeditor5-highlight-color/src/highlight';
ClassicEditor
    .create( document.querySelector( '#editor' ), {
        plugins: [ Highlight, ... ],
        toolbar: [ 'highlight', ... ]
    } )
    .then( ... )
    .catch( ... );

License

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

/ckeditor5-highlight-color/

    Package Sidebar

    Install

    npm i ckeditor5-highlight-color

    Weekly Downloads

    1

    Version

    1.1.0

    License

    GPL-2.0-or-later

    Unpacked Size

    89.9 kB

    Total Files

    42

    Last publish

    Collaborators

    • rafanake