Moodle plugins directory: Sketch

Sketch
TinyMCE (legacy) ::: tinymce_sketch
Maintained by
Matthew Davidson
Simple image "paint like" editor for tinymce.
Latest release:
200 sites
36 downloads
10 fans
Current versions available: 1
Description
Adds a simple "Paint" like program to the tinymce editor. Features include simple shape tools, drawing, typing, colors, undo/redo. Utilizes the open source "Literally Canvas" image editor. http://literallycanvas.com/
Installation
Create the lib/editor/tinymce/plugins/sketch folder and place all files there. Run through standard Moodle update/install process.
Use
Set cursor in the editor and click the sketch icon. The editor will open full screen. Use a stylus, finger or mouse to create/edit image. Click "Insert Sketch" to add to editor.
Contributors
Matthew Davidson (Lead maintainer)
Please login to view contributors details and/or to contact them
Look for
$config->set('URI.AllowedSchemes', array(
under it you will see a bunch of array values set to true. Add the following to the top of the array()
'data' => true,
The problem was solved.
Used "task" plugin and not the "lesson" because with this it does not work.
Thank you so much.
Excellent plugin