Note: You are currently viewing documentation for Moodle 2.3. Up-to-date documentation for the latest stable version is available here: TinyMCE.

TinyMCE: Difference between revisions

From MoodleDocs
(→‎See also: video link)
(→‎See also: explain about plugin)
Line 23: Line 23:


* [http://www.youtube.com/watch?v=xJE6UhqnyjU HTML editor in Moodle 2.0 video]
* [http://www.youtube.com/watch?v=xJE6UhqnyjU HTML editor in Moodle 2.0 video]
*[http://moodle.org/mod/data/view.php?d=13&rid=1119 Integration: TinyMCE integration]  in the Modules and plugins database
*[http://moodle.org/mod/data/view.php?d=13&rid=1119 Integration: TinyMCE integration]  in the Modules and plugins database for pre 2.0 sites
*[http://tinymce.moxiecode.com/ tinyMCE homepage]
*[http://tinymce.moxiecode.com/ tinyMCE homepage]
*[http://moodle.org/mod/forum/discuss.php?d=107550 Moodle 1.9 + TinyMCE - clean port]
*[http://moodle.org/mod/forum/discuss.php?d=107550 Moodle 1.9 + TinyMCE - clean port]

Revision as of 11:10, 6 December 2010

Template:Moodle 2.0TinyMCE 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 used previously in versions 1.8 and 1.9 of Moodle. TinyMCE is the default text editor in Moodle 2.0 onwards.


Plugins

Some plugins are Moodle-specific and need to be maintained separately.

TinyMCE spell check

The engine used by the TinyMCE spell check (Pspell, Google Spell or Pspellshell) may be set by following the TinyMCE settings link in Site administration > Plugins > Text editors.

Generate PDF files from HTML

Creates an icon for PDF files.

Tips and Tricks

moodlenolink

  • moodlenolink tag. Lets people mark some text that must not be filtered by Moodle (ie. to prevent auto-linking).

See also