https://github.com/software-mansion-labs/tinymcemathjax
MathJax plugin for tinyMCE v4
https://github.com/software-mansion-labs/tinymcemathjax
Last synced: about 2 months ago
JSON representation
MathJax plugin for tinyMCE v4
- Host: GitHub
- URL: https://github.com/software-mansion-labs/tinymcemathjax
- Owner: software-mansion-labs
- Created: 2017-04-24T10:29:23.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-29T14:20:03.000Z (over 5 years ago)
- Last Synced: 2025-02-03T12:48:31.317Z (4 months ago)
- Language: HTML
- Size: 31.3 KB
- Stars: 10
- Watchers: 2
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tinymceMathjax TinyMCE Plugin
Welcome stranger! This is a repo containing the tinymceMathjax TinyMCE plugin.
## The development server
By running the `npm start` command you start the development server and open a browser window with an instance of TinyMCE with your plugin added to it. This window will reload automatically whenever a change is detected in the `index.html` file in the `static` folder or in one of the JavaScript files in the `src` directory.
## The production build
By running the `npm run build` command Webpack will create a `dist` directory with a child directory with the name of your plugin (tinymce-mathjax) containing three files:
* `plugin.js` - the bundled plugin
* `plugin.min.js` - the bundles, uglified and minified plugin
* `LICENSE` - a file explaining the license of your plugin (copied over from `src/LICENSE`)