Issue Details (XML | Word | Printable)

Key: MDL-14740
Type: Sub-task Sub-task
Status: Open Open
Priority: Minor Minor
Assignee: Petr Skoda
Reporter: Martin Dougiamas
Votes: 0
Watchers: 1
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle
MDL-11113

Create directory in HEAD for Moodle editor plugin code lib/editormod

Created: 08/May/08 11:48 AM   Updated: 16/Jun/09 05:08 PM
Return to search
Component/s: HTML Editor
Affects Version/s: 2.0
Fix Version/s: 2.0

Issue Links:
Relates
 

Participants: Marc Grober, Martin Dougiamas, Mathieu Petit-Clair and Petr Skoda
Security Level: None
Affected Branches: MOODLE_20_STABLE
Fixed Branches: MOODLE_20_STABLE


 Description  « Hide
Some plugins will have to be written for each editor to make integration with Moodle possible. These should be as abstracted as possible, to make as much code as possible common between each. Since editors will be located under /lib/editor, let's store this common code under /lib/editormod.

    * File browser: the file browser (especially with the File API) will be Moodle specific
    * Emoticons (smileys): Moodle defines its own list of emoticons, we need to make sure the editors use these consistently
    * Language files: Moodle has a lot more languages than any editors, and some strings will be Moodle-specific. We need a way to make for each editor to use Moodle strings, reusing as many existing strings as possible, and using lang/xx/editor.php for the rest.
    * Equation editor: there is ongoing work to get Dragmath working in Moodle, making a common plugin could be a nice improvement
    * Multilang: all editors need to support multilang properly.

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
No commits have yet been performed on this issue.