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

HTML editor

From MoodleDocs

The Richtext HTML editor provides a word-processor interface embedded in your web page to allow you to edit text in an intuitive way, and produces normal HTML code.

In addition to formatting text, this editor provides a number of extra features you may find useful.

When you choose many functions a new small window will open. Unfortunately it can often open BEHIND the window you are in so you may miss that anything has happened. You can check new windows with [Alt]+[Tab].

HTML editor toolbar

HTML editor toolbar in a Lesson page

Paste text in from other applications

  • You can cut and paste rich text from other Windows applications such as Microsoft Word straight into this editor, and your formatting will be preserved. Just use the normal cut and paste menus in your web browser (or Control-C and Control-V).
  • Clean Word HTML button removes some Word formatting from your pasted text so that the page is smaller, less complex and thus loads faster. The Microsoft Office HTML Filter 2.0 removes all Word code from HTML file far more effectively. This filter is already built into office in Microsoft Office XP onwards.

Inserting images

If you have images that are already published on a web site and accessible via a URL, you can include these images in your texts using the "Insert Image" button. Moodle recongizes JPG, GIF and PNG as image files.

Inserting tables

  • To add layout to your texts, you can use the "Insert Tables" button in the toolbar.
  • Most table editing tools are only visible if you click the Enlarge Editor button.

Inserting links

To make a new link,

  • type the text that you want to be a link
  • select the text
  • click the link button in the toolbar
  • Type (or paste, or browse to) the URL you want to link to
  • Click OK

NOTE: This process does NOT work inside the wiki module where you need to use the Wiki link system (square brackets containing the label and the link seperated by a vertical line character)

Inserting smilies (emoticons)

To embed these small icons in your text, click on the smiley icon in the toolbar. A dialog will pop up that allows you to select from the following smiley icons. (Alternatively, you can just type the corresponding code straight into your text and it will be converted later when your text is displayed).

Shortcut keys

Keys Action
Ctrl-O Change the font
Ctrl-P Change the font size
Ctrl-H Change text format (headings etc.)
Ctrl-1 to Ctrl-6 Change heading level
Ctrl-= Change text language for screen readers, or specify language for the Multilang filter
Ctrl-B Make text bold
Ctrl-I Make text italic
Ctrl-U Underline text
Ctrl-S Strikethrough text
Ctrl-, Subscript
Ctrl-. Superscript
Ctrl-0 Clean Word HTML
Ctrl-Z Undo
Ctrl-Y Redo
Ctrl-L Justify left
Ctrl-E Center
Ctrl-J Justify full
Ctrl-/ Text runs left to right
Ctrl-| Text runs right to left
Ctrl-; Decrease indent
Ctrl-' Increase indent
Ctrl-G Change text colour
Ctrl-K Change background colour
Ctrl-F Search and replace
Ctrl-` Switch to HTML source code view
Ctrl-M Toggle fullscreen editor mode
Ctrl-Alt-O Insert ordered list
Ctrl-Alt-U Insert unordered list
Ctrl-Alt-R Insert horizontal rule
Ctrl-Alt-A Create anchor
Ctrl-Alt-L Create link
Ctrl-Alt-D Unlink
Ctrl-Alt-N Turn off autolinking
Ctrl-Alt-I Insert image
Ctrl-Alt-T Insert table
Ctrl-Alt-S Insert emoticon
Ctrl-Alt-C Insert special character

Code editing

The [<>] button changes the display window to raw HTML code. This can be useful for those of you that know how to use it (or want to learn!). Most of the buttons do not work there, not even the Search and Replace unfortunately.

See also