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

TinyMCE: Difference between revisions

From MoodleDocs
(format changes, should this have 2.0 template?)
(reformat page, got rid of moodlenolink reference, <no link>??)
 
(10 intermediate revisions by 5 users not shown)
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 in versions 1.8 and 1.9 of Moodle.
{{Moodle 2.0}}TinyMCE  is an opensource javascript text editor from Moxiecode released under the LGPL licence. TinyMCE is the default text editor in Moodle 2.0 onwards. In previous Moodle versions, it maybe used a replacement for the [[HTML editor]].


It will be the default editor in Moodle 2.0.
==TinyMCE spell check==
TinyMCE has Google Spell (default), Pspell or PSpellShell as its spell checking engines. The engine can be changed for a Moodle site in ''Site administration > Plugins > Text editors> TinyMCE or via Text editors> Manage and the settings link.


== Plugins ==
== Tips and Tricks ==


Some plugins are Moodle-specific and need to be maintained separately.  
=== Use as a plugin ===
In pre 2.0 Moodles, some plugins are Moodle-specific and need to be maintained separately.  


*Tip: TinyMCE plugins code should be compressed using http://javascriptcompressor.com/.  
*Tip: TinyMCE plugins code should be compressed using a [http://javascriptcompressor.com java script compressor].


==Generate PDF files from HTML==
===Generate PDF files from HTML toolbar===
Creates an icon for PDF files.
Creates an icon for PDF files.
*[http://moodle.org/mod/data/view.php?d=13&rid=1627  Generate PDF files from HTML is a Modules and plugins database page for downloads and more information.
*[http://moodle.org/mod/data/view.php?d=13&rid=1627  Generate PDF files from HTML] is a Modules and plugins database page for downloads and more information.
 
== 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==
==See also==
([http://tinymce.moxiecode.com/ tinyMCE homepage])


* [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 for pre 2.0 sites
*[http://tinymce.moxiecode.com/ tinyMCE homepage]
*[http://moodle.org/mod/forum/discuss.php?d=107550 Moodle 1.9 + TinyMCE - clean port]


[[Category:HTML editor]]
[[Category:HTML editor]]


[[Category:Contributed code]]
[[Category:Contributed code]]
[[eu:TinyMCE]]

Latest revision as of 11:47, 6 December 2010

Moodle 2.0

TinyMCE is an opensource javascript text editor from Moxiecode released under the LGPL licence. TinyMCE is the default text editor in Moodle 2.0 onwards. In previous Moodle versions, it maybe used a replacement for the HTML editor.

TinyMCE spell check

TinyMCE has Google Spell (default), Pspell or PSpellShell as its spell checking engines. The engine can be changed for a Moodle site in Site administration > Plugins > Text editors> TinyMCE or via Text editors> Manage and the settings link.

Tips and Tricks

Use as a plugin

In pre 2.0 Moodles, some plugins are Moodle-specific and need to be maintained separately.

Generate PDF files from HTML toolbar

Creates an icon for PDF files.

See also