Skip to content

Precise-software/CKEditor5-footnote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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( ... );

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published