What is a "text editor"

What is a "text editor"

by Visvanath Ratnaweera -
Number of replies: 12
Picture of Particularly helpful Moodlers Picture of Translators
I'm sorry if this terminology problem has been already clarified.

If I understand right you call the TinyMCE editor a "text editor"? For example http://docs.moodle.org/en/Text_editor says, "The text editor (sometimes referred to as the 'HTML editor' or even 'TinyMCE') has many icons to assist the user in entering content."

I would call it a WYSIWYG editor (well, if not switched into the HTML mode). A text editor edits text files! See http://en.wikipedia.org/wiki/Texteditor, "There are important differences between plain text files created by a text editor, and document files created by word processors such as Microsoft Word, WordPerfect, or OpenOffice.org."
Average of ratings: -
In reply to Visvanath Ratnaweera

Re: What is a "text editor"

by Visvanath Ratnaweera -
Picture of Particularly helpful Moodlers Picture of Translators
Found it!
"(moved HTML editor to Text editor: easier to understand name)"
http://docs.moodle.org/24/en/index.php?title=Text_editor&action=historysubmit&diff=88419&oldid=85634

The hint was at the bottom of http://docs.moodle.org/24/en/Text_editor_FAQ#See_also which talks of a "HTML editor forum" (see screen shot below).

P.S. This is what TinyMCE thinks of itself: "TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor ..."
http://www.tinymce.com/

@Mod, I should have posted in the "Moodle community sites" forum not in the "Text editor" forum. Could you pl. move it?
Attachment Unbenannt.png
In reply to Visvanath Ratnaweera

Re: What is a "text editor"

by Mary Cooch -
Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Testers Picture of Translators

Hi Visvanath. Yes I take your point and I see what you mean about " a text editor edits text files". However, most of the teachers I have worked with would not/did not have a clue what WYSIWYG editor means and in 1.9 every time we came across "HTML" editor they thought it was "something complicated to do with web code " rather than the place you type your words into. To them , Moodle's TinyMCE editor IS a text editor, even though it might not be accurate according to the true definition of the word. 

Average of ratings:Useful (2)
In reply to Mary Cooch

This forum post has been removed

The content of this forum post has been removed and can no longer be accessed.
In reply to Deleted user

Re: What is a "text editor"

by Visvanath Ratnaweera -
Picture of Particularly helpful Moodlers Picture of Translators
Alan

Either you are kidding or a pachyderm to throw line printers at moodle.org!

It was just today I got flogged for mentioning dated technology, ... from 2007: https://moodle.org/mod/forum/discuss.php?d=226144#p982067.

(Glad that we met. We better keep "golf balls" and other nostaligia to ourselves.)
In reply to Visvanath Ratnaweera

This forum post has been removed

The content of this forum post has been removed and can no longer be accessed.
In reply to Mary Cooch

Re: What is a "text editor"

by Visvanath Ratnaweera -
Picture of Particularly helpful Moodlers Picture of Translators
Hi Mary

You wrote:
> Yes I take your point and

Wasn't it Helen who renamed "HTML editor" to "Text editors"? Anyways.

> I see what you mean about " a text editor edits text files".

That phrase could be mine, but the original idea is not my invention. This is the first line
of http://en.wikipedia.org/wiki/Text_editor "A text editor is a type of program used for editing plain text files."

> However, most of the teachers I have worked with would not/did not have a clue what WYSIWYG editor means

Of course WYSIWYG is jargon. I said "I would call it a WYSIWYG editor" in the first post and TinyMCE calls itself a WYSIWYG editor by citing their website in the second. But that term is not involved in the renaming. The original term in moodle.org was "HTML editor" which was (partly) renamed to "Text editor".

> and in 1.9 every time we came across "HTML" editor they thought it was "something complicated to do with web code " rather than the place you type your words into.

Then you need to invent a term. Some possibilities are "Moodle word processor", "(Moodle) built-in editor", "Authoring tool in Moodle", "the Moodle editor", "editing tool (in Moodle)", ... I'm not saying that all these are right - a makeshift is never right. But you can't "reuse" an established term which is still in use!

> To them , Moodle's TinyMCE editor IS a text editor, even though it might not be accurate according to the true definition of the word.

They are teachers, right? They call pen a pencil because some of their pupils don't know what a pen is?

In reply to Visvanath Ratnaweera

Re: What is a "text editor"

by Tim Hunt -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

Note that there is no requirement for a Moodle Text editor plugin to be WYSIWYG. Indeed, of the two editors you get as standard with Moodle, only one is.

We have TinyMCE as a WYSIWYG editor, and 'textarea' for people who have chosen to use markdown as there preferred input format in their profile.

In reply to Tim Hunt

Re: What is a "text editor"

by Visvanath Ratnaweera -
Picture of Particularly helpful Moodlers Picture of Translators
Hi Tim

You wrote:
> Note that there is no requirement for a Moodle Text editor plugin to be WYSIWYG. Indeed, of the two editors you get as standard with Moodle, only one is.

Now the question is, what "text editor" is meant by http://docs.moodle.org/en/Text_editor ? It says, "The text editor (sometimes referred to as the 'HTML editor' or even 'TinyMCE') has many icons to assist the user in entering content" which could only mean TinyMCE.

> We have TinyMCE as a WYSIWYG editor, and 'textarea' for people who have chosen to use markdown as there preferred input format in their profile.

So the WYSIWYG editor TinyMCE is called "text editor" in the docs, and the text editor "textarea" is omitted?
In reply to Visvanath Ratnaweera

Re: What is a "text editor"

by Tim Hunt -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

Well, there are two separate concepts here:

  1. The text area plugin type. This is mostly of interest to developers. It is the mechanism you use if you want to add a different type of editor to Moodle. See http://docs.moodle.org/dev/Editors, not that it is very informative.
  2. The standard text editor that most people use when they edit some (rich) text. As we geeks know, that it TinyMCE, but users don't need to know that. It is fine if uses think of that as 'The text editor', so it is fine for the user docs to talk about it that way.
Average of ratings:Useful (1)
In reply to Tim Hunt

Re: What is a "text editor"

by Visvanath Ratnaweera -
Picture of Particularly helpful Moodlers Picture of Translators
In that case, there are three concepts:
3. The HTML <textarea> itself, without a plugin. This is what you get if the profile field "When editing text" is set to "Use standard webforms". Yes, this one could be called a text editor.

BTW, moodle.org calls the what the docs call "text editor" (the TinyMCD) a "HTML editor". Check the field "When editing text" in your profile.
In reply to Visvanath Ratnaweera

Re: What is a "text editor"

by Visvanath Ratnaweera -
Picture of Particularly helpful Moodlers Picture of Translators
Apparently the new editor Atto is a HTML editor. Watch
In reply to Visvanath Ratnaweera

Re: What is a "text editor"

by Steve Ambro v3.8 -

A meeting worth checking out as ATTO will be discussed.
Tuesday 7/22 9:00am EST. (13:00 UTC)

Check in early and watch the count-down... (-:
Bring popcorn.