Note: You are currently viewing documentation for Moodle 3.7. Up-to-date documentation for the latest stable version of Moodle may be available here: TinyMCE.

TinyMCE: Difference between revisions

From MoodleDocs
(→‎Plugins: add generate PDF heading and link to plubin)
(format changes, should this have 2.0 template?)
Line 1: Line 1:
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.
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.


It will be the default editor in Moodle 2.0.
It will be the default editor in Moodle 2.0.


= Plugins =
== Plugins ==


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


*TinyMCE plugins code should be compressed using http://javascriptcompressor.com/.
*Tip: 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).


==Generate PDF files from HTML==
==Generate PDF files from HTML==
Line 18: Line 13:
*[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==
([http://tinymce.moxiecode.com/ tinyMCE homepage])




[[Category:HTML editor]]
[[Category:HTML editor]]
[[Category:Contributed code]]

Revision as of 14:48, 14 September 2008

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.

It will be the default editor in Moodle 2.0.

Plugins

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

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

(tinyMCE homepage)