0.0.3 • Published 7 years ago

mathsymbols-tinymce-plugin v0.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

MathSymbols-TinyMCE-Plugin for Bower

This plugin using MathJax libary for rendering math font.

This plugin compatible with TinyMce 4.

MathSymbols TinyMCE Plugin - Visual demo

Is better to check this project before use: http://www.imathas.com/editordemo/demo.html.

Install

NPM:

npm install mathsymbols-tinymce-plugin --save

Bower:

bower install mathsymbols-tinymce-plugin --save

Download

Usage

Configure your TinyMce init settings by adding external_plugins and usage of mathSymbols:

  tinymce.init({
    selector: 'textarea',
    external_plugins: {'mathSymbols': '/your-path-to-plugin/mathsymbols-tinymce-plugin/plugin.min.js'}, // Add plugin to Tinymce
    toolbar: 'mathSymbols'
  });

With this plugin you able to add Math Symbols into your content, but you also have to add MathJax to the website itself.

Development

This repository contains only dist files, if you want to get the source, check: mathsymbols-tinymce-plugin.

License - MIT