CKEditor4 Formula Editor

CKEditor4 Formula Editor
CKEditor4 Formula Editor

CKEditor has no math formula plugin default. This plugin is a formula plugin called “CKEditor4 Formula Editor”, you can use it in your CKEditor to insert and update math formula easily.

Updates

  • v2. 16/02/2016 fix not support for latest Chrome

Features:

  1. Support for multiple formula: Fraction, Script, Radical, Intergral, Operator, Bracket and Function.
  2. Support for special characters, such as greek letters, arrows, relations and scripts.
  3. Responsile for complicated formula.
  4. Easy to use as the MathType.
  5. Pure front-end, no server support.
  6. Save as image.

Installation

  1. Upload the files to the CKEditor plugins’ folder.
  2. Update your ckeditor config.js to add `leaui_formula` plugin, eg:
config.toolbar = [ ['LeauiFormula'], ['Bold', 'Italic', '-', 'NumberedList', 'BulletedList', '-', 'Link', 'Unlink' ], [ 'FontSize', 'TextColor', 'BGColor'] ]; config.extraPlugins = 'leaui_formula';

Or you can update your ckeditor configuration when create it:

CKEDITOR.replace( 'editor1' , { toolbar: [ ['LeauiFormula'], ['Bold', 'Italic', '-', 'NumberedList', 'BulletedList', '-', 'Link', 'Unlink' ], [ 'FontSize', 'TextColor', 'BGColor'] ], extraPlugins: 'leaui_formula' });

CKEditor4 Formula Editor

average based on 0 ratings.
High Resolution No
Compatible Browsers IE9, IE10, IE11, Firefox, Safari, Opera, Chrome
Files Included JavaScript JS, HTML, CSS
Software Version Other
Created

11 years ago

Tags ckeditor, ckeditor4, equation, equation editor, fckeditor, formula, formula editor