Socket
Socket
Sign inDemoInstall

@wiris/mathtype-ckeditor5

Package Overview
Dependencies
15
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @wiris/mathtype-ckeditor5

MathType Web for CKEditor5 editor


Version published
Weekly downloads
2.6K
decreased by-31.91%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

MathType for CKEditor 5 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-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://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.

Keywords

FAQs

Last updated on 29 Apr 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc