Countdown plugin for ckeditor5.
First, install the build from npm:
yarn add ckeditor5-countdownUse it in your application:
import Countdown from 'ckeditor5-countdown';Add to the array
ClassicEditor.builtinPlugins = [
.
.
.
Countdown
];Finally add to the toolbar items array
toolbar: {
items: [
.
.
.
'countdown'
]
}Licensed under the terms of GNU General Public License Version 2 or later.