1.1.0 • Published 7 years ago

tinymce-formula v1.1.0

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

#tinyMCE formula plugin

Formula plugin for tinyMCE WYSIWYG editor. Allows user to add equations and formulas inside tinymce.

##Browser compatibility

  • IE8+
  • Chrome
  • Firefox
  • Safari
  • Opera

##Dependencies

##Usage

Install using bower.

bower install tinymce-formula

Install using npm.

npm install tinymce-formula

Or copy the source of the plugin to the plugins directory of your tinyMCE installation. Add the formula plugin to your tinyMCE configuration

plugins: "... formula",

Add configuration options for the formula plugin. path is the only setting and is optional.

formula: {
    path: 'path/to/public/plugin/folder'
},

##Configuration

###path (optional if plugin installed inside tinymce/plugins folder, required otherwise)

If you have installed the plugin in a different folder than the tinymce/plugins folder then you need to specify the path (public) where the plugin is installed.

##License

MIT licensed

Copyright (C) 2016 iCAP Lyon1, Panagiotis Tsavdaris