What is a "text editor"

What is a "text editor"

بواسطة - Visvanath Ratnaweera
عدد الردود: 12
صورة Particularly helpful Moodlers صورة 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."
متوسط التقييمات: -
رداً على Visvanath Ratnaweera

Re: What is a "text editor"

بواسطة - Visvanath Ratnaweera
صورة Particularly helpful Moodlers صورة 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?
المرفق Unbenannt.png
رداً على Visvanath Ratnaweera

Re: What is a "text editor"

بواسطة - Mary Cooch
صورة Documentation writers صورة Moodle HQ صورة Particularly helpful Moodlers صورة Testers صورة 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. 

رداً على Mary Cooch

منشور المنتدى هذا قد تمت إزالته

محتوى منشور المنتدى هذا قد تمت إزالته ولم يعد بالإمكان الوصول إليه.
رداً على مستخدم محذوف

Re: What is a "text editor"

بواسطة - Visvanath Ratnaweera
صورة Particularly helpful Moodlers صورة 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.)
رداً على Visvanath Ratnaweera

منشور المنتدى هذا قد تمت إزالته

محتوى منشور المنتدى هذا قد تمت إزالته ولم يعد بالإمكان الوصول إليه.
رداً على Mary Cooch

Re: What is a "text editor"

بواسطة - Visvanath Ratnaweera
صورة Particularly helpful Moodlers صورة 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?

رداً على Visvanath Ratnaweera

Re: What is a "text editor"

بواسطة - Tim Hunt
صورة Core developers صورة Documentation writers صورة Particularly helpful Moodlers صورة Peer reviewers صورة 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.

رداً على Tim Hunt

Re: What is a "text editor"

بواسطة - Visvanath Ratnaweera
صورة Particularly helpful Moodlers صورة 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?
رداً على Visvanath Ratnaweera

Re: What is a "text editor"

بواسطة - Tim Hunt
صورة Core developers صورة Documentation writers صورة Particularly helpful Moodlers صورة Peer reviewers صورة 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.
رداً على Tim Hunt

Re: What is a "text editor"

بواسطة - Visvanath Ratnaweera
صورة Particularly helpful Moodlers صورة 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.
رداً على Visvanath Ratnaweera

Re: What is a "text editor"

بواسطة - Visvanath Ratnaweera
صورة Particularly helpful Moodlers صورة Translators
Apparently the new editor Atto is a HTML editor. Watch