Skip to content

jamiepratt/moodle-editor_supsub

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Superscript/subscript editor

This is a very cut-down configuration of TinyMCE that just lets users 
edit one line of input with superscripts and subscripts, for use in 
Moodle.

This editor was created by Tim Hunt of the Open University
http://www.open.ac.uk/.

This should be compatible with Moodle 2.0+.

To install using git, type this commands in the root of your Moodle 
install
    git clone git://github.com/timhunt/moodle-editor_supsub.git lib/editor/supsub
    echo '/lib/editor/supsub' >> .git/info/exclude

Alternatively, download the zip from
    https://github.com/timhunt/moodle-editor_supsub/zipball/master
unzip it into the lib/editor folder, and then rename the extracted 
folder to supsub.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 58.8%
  • JavaScript 41.2%