wiris / moodle-tiny_wiris

4 stars 3 forks source link

New TinyMCE 6 plugin for Moodle #1

Closed icaparros-at-wiris closed 1 year ago

icaparros-at-wiris commented 1 year ago

Description

Moodle will set as the default editor TinyMCE 6. That means that all courses created will be done with TinyMCE 6 by default. We don't have a plugin compatible with Moodle and Tiny 6, and we have to make it before this happens in the Moodle 4.2 release on April 24th.

Definition of Done

Steps to reproduce

  1. Open a Moodle 4.1 with PHP 8.1 using wiris-moodle-docker.
  2. Add all the files from this repository plugin to folder MOODLE_401_STABLE/lib/editor/tiny/plugins/wiris.
  3. Set TinyMCE 6 as default editor: 3.1. Login as admin. 3.2. Go to Preferences > Editor Preferences. 3.3. On the Text editor dropdown select TinyMCE editor.

    Now the default editor will be TinyMCE 6 and will have the MathType plugin installed.