https://github.com/moonwave99/tinymcelatexplugin
A plugin to write formulae in TinyMCE thru Google APIs
https://github.com/moonwave99/tinymcelatexplugin
Last synced: over 1 year ago
JSON representation
A plugin to write formulae in TinyMCE thru Google APIs
- Host: GitHub
- URL: https://github.com/moonwave99/tinymcelatexplugin
- Owner: moonwave99
- License: mit
- Created: 2012-02-10T19:43:03.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2019-06-28T21:28:33.000Z (almost 7 years ago)
- Last Synced: 2024-04-08T00:09:18.944Z (about 2 years ago)
- Language: JavaScript
- Homepage: http://moonwave99.github.io/TinyMCELatexPlugin/
- Size: 645 KB
- Stars: 10
- Watchers: 4
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#TinyMCE Latex Plugin
It does what it says: you write LaTeX code, it inserts an image rendered through Google Infographics API in your fav web rich text editor.
[You can try it live here](http://moonwave99.github.com/TinyMCELatexPlugin/).
You can:
* Write new formulae;
* Edit existing ones;
* See preview of the code you are writing.
* It's a very simple thing, Google does all the work - please tell me if you find any bug.
##Installation
* [Get the plugin](https://github.com/moonwave99/TinyMCELatexPlugin/zipball/master);
* Unzip it into the plugins folder of TinyMCE;
* Wherever you startup a TinyMCE editor, register the plugin.
Using the [TinyMCE jQuery Plugin](http://www.tinymce.com/tryit/jquery_plugin.php):
$('#yourTextArea').tinymce({
...
// General options
theme : "advanced",
plugins : "autolink,lists, ... ,latex",
...
// Theme options
...
// Put the plugin wherever you want!
theme_advanced_buttons2 : "...,latex,|,...",
...
});
You are done - go write a post about Zeta Function and Megan Fox now.