Note: This documentation is for Moodle 2.7. For up-to-date documentation see Text editor.

Text editor: Difference between revisions

From MoodleDocs
(Equation editor, see also links)
Line 1: Line 1:
{{Editing text}}
{{Editing text}}
The text editor (sometimes referred to as the 'HTML editor' has many icons to assist the user in entering content.  Many of these icons and functions should be familiar to anyone who uses a word processor. Some examples of where you will see the text editor include: Editing Section headings, description of an activity, writing an answer to a quiz question or editing the content of many blocks.
The text editor (sometimes referred to as the 'HTML editor' has many icons to assist the user in entering content.  Many of these icons and functions should be familiar to anyone who uses a word processor. Some examples of where you will see the text editor include: Editing Section headings, description of an activity, writing an answer to a quiz question or editing the content of many blocks.


The default text editor in Moodle is the Atto editor, a javascript editor built specifically for Moodle. There is also a version of the [[TinyMCE editor]] and a plain text editor.
The default text editor in Moodle is the Atto editor, built specifically for Moodle. There is also a version of the [[TinyMCE editor]] and a plain text editor.


Text editors can be enabled, disabled or a different one set to default from ''Administration>Site administration>Plugins>Text editors>Manage editors''. The order of priority may also be specified here.
Text editors can be enabled, disabled or a different one set to default from ''Administration > Site administration > Plugins > Text editors > Manage editors''. The order of priority may also be specified here.


An individual user can select an editor in their profile from ''Administration > My Profile settings > Edit profile.''
An individual user can select an editor in their profile from ''Administration > My Profile settings > Edit profile.''


==Atto HTML editor==
==Atto HTML editor==
Line 67: Line 66:
| 17. Screenreader helper
| 17. Screenreader helper
| 18. HTML/code view
| 18. HTML/code view
|}
==Equation editor==
{{New features}}If either the [[MathJax filter|MathJax]] or the [[TeX notation filter|TeX notation]] filters are enabled (in ''Administration > Site administration > Plugins > Filters > Manage filters'') then an equation editor button is provided in the toolbar for launching the equation editor.
{|
| [[File:equation editor.png|thumb|Equation editor]]
|}
|}


Line 82: Line 88:


===Equation editor settings===
===Equation editor settings===
If either the [[MathJax filter|MathJax]] or the [[TeX notation filter|TeX notation]] filters are enabled (in ''Administration > Site administration > Plugins > Filters > Manage filters'') then an equation editor button is provided in the toolbar for launching the equation editor.


Equation editor commands may be removed, added or reordered in ''Administration > Site administration > Plugins > Text editors > Atto HTML editor > Equation editor settings''.
Equation editor commands may be removed, added or reordered in ''Administration > Site administration > Plugins > Text editors > Atto HTML editor > Equation editor settings''.
Line 89: Line 93:
[[File:equationeditor.png]]
[[File:equationeditor.png]]


==Other==
==See also==


* [[Text editor FAQ]]
* [[Text editor FAQ]]
* [[Embedded files repository]]
* [[Embedded files repository]]
* [https://moodle.org/mod/forum/discuss.php?d=258631 New 2.7 Equation Editor - Missing Key Items] forum discussion and associated issue MDL-45067


[[Category:Site administration]]
[[Category:Site administration]]

Revision as of 15:28, 6 May 2014

The text editor (sometimes referred to as the 'HTML editor' has many icons to assist the user in entering content. Many of these icons and functions should be familiar to anyone who uses a word processor. Some examples of where you will see the text editor include: Editing Section headings, description of an activity, writing an answer to a quiz question or editing the content of many blocks.

The default text editor in Moodle is the Atto editor, built specifically for Moodle. There is also a version of the TinyMCE editor and a plain text editor.

Text editors can be enabled, disabled or a different one set to default from Administration > Site administration > Plugins > Text editors > Manage editors. The order of priority may also be specified here.

An individual user can select an editor in their profile from Administration > My Profile settings > Edit profile.

Atto HTML editor

New feature
in Moodle 2.7!


Atto1.png

Atto Row 1


1:Expand 2.Style 3.Bold 4.Italic
5.Bulleted list 6.Numbered list 7.Add link 8.Unlink
9.Add image 10.Add media 11.Manage embedded files


Atto22.png

Atto Row 2

1. Underline 2. Strikethrough 3. Subscript 4. Superscript
5. Align left 6. Align centre 7. Align right 8. Increase indent
9. Decrease indent 10. Equation editor 11. Special character 12. Table
13. Clear formatting 14. Undo/redo 15. Undo/redo 16. Accessibility checker
17. Screenreader helper 18. HTML/code view

Equation editor

New feature
in Moodle 2.7!
If either the MathJax or the TeX notation filters are enabled (in Administration > Site administration > Plugins > Filters > Manage filters) then an equation editor button is provided in the toolbar for launching the equation editor.

Equation editor

Site administration settings

Toolbar settings

The administrator can specify which plugins to display and in which order from Administration > Site administration > Plugins > Text editors > Atto HTML editor > Atto toolbar settings.

Extra plugins from the list (for example 'Font color' or 'Emoticon') may be added by typing the toolbarconfig term into the toolbar config table.

toolbarconfig.png

The icons are displayed in related groups and the administrator can decide how many groups to display in the default collapsed state of the toolbar (that is, how many groups to display on Row 1).

Equation editor settings

Equation editor commands may be removed, added or reordered in Administration > Site administration > Plugins > Text editors > Atto HTML editor > Equation editor settings.

equationeditor.png

See also