-
Improvement
-
Resolution: Won't Do
-
Major
-
None
-
2.1.2
-
MOODLE_21_STABLE
-
A wiki can have files shared globally with all pages.
Currently there are three page formats, with the default generally being the HTML format.
The TinyMCE editor is used to edit an HTML format page, so this relies on the Files API for adding images. There is no access to the wiki's files area from this.
Two possible alternatives I can think of are as follows.
- The files area needs to be accessible as a repository through the files API
- A TinyMCE plugin is created to access the files in the wiki's files area
I think I would prefer option 1. It would be more intuitive.
- Testing discovered
-
MDLQA-1395 CLONE - A student can add images to a wiki
- Passed