Math Editor to build equation and insert into html documents using CKEdtitor.
1. Download the plugin from: FMathEditor-v1.0.zip
2. In your CKEditor installation, in 'plugins' folder create the folder FMathEditor
3. Unzip the content into folder FMathEditor
4. Change config.js to add the plugin:
CKEDITOR.editorConfig = function( config ) { config.toolbarGroups = [ ... ]; ... config.extraPlugins = 'FMathEditor'; };
5. Buy license from: Buy License
6. Change the file to CKEditorFolder/plugins/FMathEditor/dialog/dialog.js to add your license
... ... src="https://math-on-web.com/CKEditor-Plugin/editor.php?key=yourDomainLicense" ...