belcebur-editor

1.0.1 • Public • Published

Belcebur Plugin to CKEditor

Latex to human converter - How to Use

  1. Install dependency
npm i belcebur-editor --save
  1. Import dependency from your main file
import BelceburEditor from 'belcebur-editor'
  1. Add import to plugins array and add 'latexAccesible' to your toolbar array
ClassicEditor
    .create(document.querySelector('#editor'), {
        plugins: [Essentials, Paragraph, Bold, Italic,  BelceburEditor],
        toolbar: ['bold', 'italic', 'latexAccesible']
    })
    .then(editor => {
        console.log('Editor was initialized', editor);
    })
    .catch(error => {
        console.error(error.stack);
    });
  1. Enjoy it

Readme

Keywords

Package Sidebar

Install

npm i belcebur-editor

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

11.8 kB

Total Files

8

Last publish

Collaborators

  • belcebur