This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

mathtype-ckeditor5-unlimited

7.17.47 • Public • Published

MathType for CKEditor 5 Tweet

Type and handwrite mathematical notation with MathType.

Easily include quality math equations in your documents and digital content.

MathType for CKEditor 5 screenshot

Table of Contents

Install instructions

  1. Install the npm module:

    npm install @wiris/mathtype-ckeditor5
    
  2. Update the CKEditor configuration by adding the new plugin and including the MathType and ChemType buttons:

    import MathType from '@wiris/mathtype-ckeditor5/src/plugin';
    
    ...
    
    ClassicEditor
         .create( editorElement, {
             plugins: [ ..., MathType, ... ],
             toolbar: {
                 items: [
                     ...
                     'MathType',
                     'ChemType',
                     ...
                 ]
             },

Services

This npm module uses remotely hosted services to render MathML data. In case of wanting to install these services on your own backend, please contact support@wiris.com.

Displaying on Target Page

In order to display mathematical formulas on the target page, i.e. the page where content produced by the HTML editor will be visible, the target page needs to include the MathType script. For example for the default setting this would be:

<script src="https://wiris.net/demo/plugins/app/WIRISplugins.js?viewer=image"></script>

Documentation

To find out more information about MathType, please go to the following documentation:

Package Sidebar

Install

npm i mathtype-ckeditor5-unlimited

Weekly Downloads

1

Version

7.17.47

License

MIT

Unpacked Size

30.1 kB

Total Files

10

Last publish

Collaborators

  • ameniqueen