Moodle Plugins directory: TinyMCE LaTeX Plugin | Moodle.org

TinyMCE LaTeX Plugin
TinyMCE (legacy) ::: tinymce_glatex
Maintained by
Yevhen Matasar
Moodle plugin to write formulae in TinyMCE through Google APIs
Latest release:
220 sites
16 downloads
11 fans
Current versions available: 2
Feautures
- No LaTeX filters required;
- Generates ready to use images;
- Edit existing ones;
- Preview result before insert;
- Based on fast and stable Google APIs;
- Totally free, no limits.
How to install
Just copy plugin files into /lib/editor/tinymce/plugins/glatex/ and navigate to /admin/index.php .
Editor button
Plugin automatically adds button to TinyMCE editors. You can change button position using 'glatex' keyword (...charmap, glatex, ...).
Known issues
- Does not support cyrillic symbols;
- Google can shut down its API anytime, use on your own risk.
Thanks to
This plugin based on https://github.com/moonwave99/TinyMCELaTeXPlugin (by moonwave99)
Useful links
Contributors
Yevhen Matasar (Lead maintainer)
Please login to view contributors details and/or to contact them
http://integration.moodle.org/job/Precheck%20remote%20branch/23130/artifact/work/smurf.html
I'm looking at your plugin in behalf of the Plugins guardians. There are a couple of issues with the coding style as noted in the prechecker above. Can you fix these and resubmit?
The prechecker reports can be run yourself by using the plugins:
https://moodle.org/plugins/local_codechecker
https://moodle.org/plugins/local_moodlecheck
Or even better you can get a number of checks to run automatically (including behat tests) by integrating Travis-ci directly into your github repository:
https://moodle.org/mod/forum/discuss.php?d=323384
Some other notes:
1. The "tinymce/editor_plugin.js" needs a header included to show its open source license.
2. I note when I used the "preview" button that the "submit" button disappeared below the scroll. I don't think this disqualifies your plugin at all, but it would be good from a user experience to keep that portion visible.
You have noted the two issues in the description, so that's good. I think once you fix the code style issues and the javascript header, you should be good.
Thanks.
Thanks Yevhen for sharing the plugin with the community, and thanks Mike for detailed review. Assuming the raised coding style issues (mostly cosmetic and trivial to fix) will be fixed in a next update of the plugin, you are cleared to land now. Welcome to the plugins directory!
are you going to update this plugin TinyMCE LaTeX Plugin for 3.9?
Thanks