8.8.3 • Published 11 days ago

@wiris/mathtype-ckeditor4 v8.8.3

Weekly downloads
135
License
MIT
Repository
github
Last release
11 days ago

MathType for CKEditor 4 Tweet

Type and handwrite mathematical notation with MathType.

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

Table of Contents

Install instructions

  1. Install the npm module:

    npm install @wiris/mathtype-ckeditor4
  2. Add the plugin as an external plugin:

    CKEDITOR.plugins.addExternal('ckeditor_wiris', '../node_modules/@wiris/mathtype-ckeditor4/', 'plugin.js');
  3. Update the CKEditor configuration by adding the new plugin, allowing MathML content and adding the MathType and ChemType buttons to the toolbar:

    CKEDITOR.replace('editor', { //eslint-disable-line
       extraPlugins: 'ckeditor_wiris',
       // Allow MathML content.
       allowedContent: true,
       toolbar: [
          { name: 'wirisplugins', items: ['ckeditor_wiris_formulaEditor', 'ckeditor_wiris_formulaEditorChemistry'] },
          // To avoid errors and have mathtype fully functional
          { name: 'others' },
       ],
       // language: 'de',
       // mathTypeParameters: {
       //   editorParameters: { language: 'es' }, // MathType config, including language
       // },
    });

    Notice the example assumes this directory structure:

    └───index.html
    └───node_modules
        └───@wiris/mathtype-ckeditor4

Services

This npm module uses remotely hosted services to render MathML data. However, we strongly recommend you install these services on the backend. This will allow you, among other things, to configure the service and to locally store the images generated by MathType.

The services are available for Java, PHP, .NET and Ruby on Rails. If you use any of these technologies, please download the plugin for your backend technology from our website.

In order to install the plugin along with the correspondent services, please follow the CKEditor4 install instructions.

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://www.wiris.net/demo/plugins/app/WIRISplugins.js?viewer=image"></script>

Documentation

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

Privacy policy

The MathType Privacy Policy covers the data processing operations for the MathType users. It is an addendum of the company’s general Privacy Policy and the general Privacy Policy still applies to MathType users.

8.8.3

11 days ago

8.8.2

2 months ago

8.8.1

2 months ago

8.8.0

3 months ago

8.7.2

4 months ago

8.5.0

8 months ago

8.7.0

5 months ago

8.6.0

6 months ago

8.4.0

10 months ago

8.3.1

10 months ago

8.2.6

1 year ago

8.2.3

1 year ago

8.2.2

1 year ago

8.3.0

11 months ago

8.2.1

1 year ago

8.2.0

1 year ago

7.28.0

2 years ago

7.29.0

2 years ago

7.28.1

2 years ago

8.1.0

1 year ago

8.0.0

2 years ago

8.1.1

1 year ago

7.31.0

2 years ago

7.27.1

2 years ago

7.27.0

3 years ago

7.26.1

3 years ago

7.26.0

3 years ago

7.24.4

3 years ago

7.24.3

3 years ago

7.24.1

3 years ago

7.24.0

4 years ago

7.22.0

4 years ago

7.21.0

4 years ago

7.20.0

4 years ago

7.17.0

5 years ago

7.16.0

5 years ago

7.15.0

5 years ago

7.14.0

5 years ago

7.13.0

5 years ago

7.12.0

5 years ago

7.11.0

5 years ago

7.10.0

5 years ago

7.8.0

5 years ago

7.7.3

5 years ago