Comments only in plain text?

Comments only in plain text?

av Itamar Tzadok -
Antall svar: 4

Joseph, could you confirm that comments 2 (in general) allows for only plain text? If that's the case, isn't it a bit limited?  smiler

Gjennomsnittlig vurdering: -
Som svar til Itamar Tzadok

Re: Comments only in plain text?

av Joseph Rézeau -
Bilde av Core developers Bilde av Particularly helpful Moodlers Bilde av Plugin developers Bilde av Testers Bilde av Translators

Itamar,

I had not noticed, but yes I confirm that whereas it was possible to use the HTML editor to write Glossary comments in moodle 1.9 it is no longer possible in moodle 2.

However, it is still possible to put in HTML tags, see attached screenshot.

I have no idea why that decision was made.

Joseph

Vedlegg 19-08-2011 22-16-05.jpg
Som svar til Joseph Rézeau

Re: Comments only in plain text?

av Itamar Tzadok -

Thanks Joseph. I thought that it might allow html tags but was more concerned about my favorite smiley smiler. It seems to me that since Comments 2 already uses javascript, it would perpaps be better to put there a standard editor (e.g. tinymce) with collapsed but popable toolbars so that users could enter rich text in a friendly way. smiler

Som svar til Itamar Tzadok

Re: Comments only in plain text?

av Rachel Fransen -

I was wondering about this as well. I went into the comments/lib.php file and saw that it was creating a standard text area.

What would be the code to call an actual text editor here instead? (I cannot simply add an editor element, since this isn't an $mform). 

I've never taken a look at moodle 1.9, so I'm not sure how they did that...

Som svar til Rachel Fransen

Re: Comments only in plain text?

av Itamar Tzadok -

Adding an editor may not be too difficult (See e.g. editor implementation in the database module) but editor with file manager may be a bit tricky. Afaict the current implementation of the core comment component doesn't support system files. But it may be possible to add such support and also override the core comment display method in a plugin level. Incidentally, this is in my todo list but with all the other things in that list it may take a while until I get to that. If you take a shot at it I'd appreciate any insights. smiler