Skip to content

andygoo/tinymce-matheditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tinymce-matheditor

Insert math 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

About

Math Editor Plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published