ckeditor5-footnote

0.1.0 • Public • Published

CKEditor 5 Footnote plugin

This package implements footnote feature for CKEditor 5.

Documentation

Installation

Install the ckeditor5-footnote package:

npm install --save ckeditor5-footnote

Then add the Footnote plugin to the plugin list:

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

Package Sidebar

Install

npm i ckeditor5-footnote

Weekly Downloads

0

Version

0.1.0

License

ISC

Unpacked Size

24.2 kB

Total Files

8

Last publish

Collaborators

  • bohanniu