Skip to content

rafanake/ckeditor5-foreground-color

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CKEditor 5 Foreground Color Feature

Quick start

First, install the build from npm:

npm i ckeditor5-foreground-color

Use it in your JavaScript application:

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

License

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

About

Font color plugin for CKEditor5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published