Skip to content

42Lines/VisualMathEditor-TinyMCE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

VisualMathEditor-TinyMCE

Integrates Visual Math Editor into TinyMCE

Usage:

  • copy the plugin resources (visualmatheditor folder) into the plugin folder of the TinyMCE installation
  • add MathJax and Bootstrap modal to the page containing the TinyMCE Textarea
		<script type="text/x-mathjax-config">
			MathJax.Hub.Config({
				jax: ["input/TeX", "output/SVG"],
				extensions: ["tex2jax.js", "MathMenu.js", "MathZoom.js"],
				showMathMenu: false,
				showProcessingMessages: false,
				messageStyle: "none",
				SVG: {
					useGlobalCache: false
				},
				TeX: {
					extensions: ["AMSmath.js", "AMSsymbols.js", "autoload-all.js"]
				}
			});
		</script>
		<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js"></script>
		<link rel="stylesheet" type="text/css" href="vme/css/bootstrap-modal.css"></link>
		<script type="text/javascript" src="vme/js/bootstrap-modal.js"></script>
  • add the visualmatheditor plugin to the TinyMCE initialisation

About

Integrates Visual Math Editor into TinyMCE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published