/tinymce-mathchemistry-editor

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

tinymce-matheditor

Insert math and chemistry formulas to TinyMCE Editor.

###Configuration

<script type="text/javascript">
	tinymce.init({
		selector: 'textarea',
		content_css: ['../matheditor/html/css/math.css'],
		external_plugins: {
			'mathEditor': '../../../../matheditor/plugin.js',
		},
		plugins : 'mathEditor',
		toolbar: 'undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | mathEditor'
	});
</script>	

##Third Party Libraries ###MathQuill ###jQuery ###jQuery EasyUI