Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.

wiris/ckeditor5-mathml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MathML support for CKEditor 5

This package extends the CKEditor 5 model to allow working with the MathML standard.

Install instructions

  1. Install the npm module:

    npm install @wiris/ckeditor5-mathml
    
  2. Update the CKEditor configuration by adding the plugin:

    import MathML from '@wiris/ckeditor5-mathml/src/mathml';
    
    ...
    
    ClassicEditor
         .create( editorElement, {
             plugins: [ ..., MathML, ... ],

WARNING

This project is no longer useful as the integration with CKEditor5 with the mathtype plugin supports mathml itself, so the project will be archived soon.

About

MathML plugin for CKEditor5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published