TinyMCE: Difference between revisions
From MoodleDocs
Matt Gibson (talk | contribs) mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
TinyMCE is an opensource javascript text editor from Moxiecode released under the LGPL licence. It is being used by some as a replacement for the HTML editor which | TinyMCE ([http://tinymce.moxiecode.com/ homepage]) is an opensource javascript text editor from Moxiecode released under the LGPL licence. It is being used by some as a replacement for the HTML editor which in versions 1.8 and 1.9 of Moodle. | ||
It will be the default editor in Moodle 2.0. | |||
= Plugins = | |||
Some plugins are Moodle-specific and need to be maintained separately. | |||
TinyMCE plugins code should be compressed using http://javascriptcompressor.com/. | |||
== moodlenolink == | |||
Lets people mark some text that must not be filtered by Moodle (ie. to prevent auto-linking). | |||
[[Category:HTML editor]] |
Revision as of 06:20, 25 July 2008
TinyMCE (homepage) is an opensource javascript text editor from Moxiecode released under the LGPL licence. It is being used by some as a replacement for the HTML editor which in versions 1.8 and 1.9 of Moodle.
It will be the default editor in Moodle 2.0.
Plugins
Some plugins are Moodle-specific and need to be maintained separately.
TinyMCE plugins code should be compressed using http://javascriptcompressor.com/.
moodlenolink
Lets people mark some text that must not be filtered by Moodle (ie. to prevent auto-linking).