7.17.47 • Published 2 months ago

mathtype-ckeditor5-unlimited v7.17.47

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months ago

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.

comment: <> (TODO: fill this section when the documentation is ready)

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:

comment: <> (TODO: link to install instructions)

7.17.47

2 months ago

7.17.46

2 months ago

7.17.45

2 months ago

7.17.44

2 months ago

7.17.43

2 months ago

7.17.42

2 months ago

7.17.41

2 months ago

7.17.40

2 months ago

7.17.39

2 months ago

7.17.38

2 months ago

7.17.37

2 months ago

7.17.36

2 months ago

7.17.35

2 months ago

7.17.34

2 months ago

7.17.33

2 months ago

7.17.32

2 months ago

7.17.31

2 months ago

7.17.30

2 months ago

7.17.29

2 months ago

7.17.28

2 months ago

7.17.27

2 months ago

7.17.26

2 months ago

7.17.25

2 months ago

7.17.24

2 months ago

7.17.23

2 months ago

7.17.21

2 months ago

7.17.20

2 months ago

7.17.19

2 months ago

7.17.18

2 months ago

7.17.17

2 months ago

7.17.16

2 months ago

7.17.15

2 months ago

7.17.14

2 months ago

7.17.13

2 months ago

7.17.12

2 months ago

7.17.11

2 months ago

7.17.10

2 months ago

7.17.9

2 months ago

7.17.8

2 months ago

7.17.7

2 months ago

7.17.6

2 months ago

7.17.5

2 months ago

7.17.4

2 months ago

7.17.3

2 months ago

7.17.2

2 months ago

7.17.1

2 months ago