oohoo / moodle-tinymce_matheditor

7 stars 2 forks source link

Settings: Set External Tex Image Server #8

Closed raywainman closed 11 years ago

raywainman commented 11 years ago

Currently hardcoded within the editor_plugin.js file. Should also maybe provide the option to not have images? Maybe use some sort of static artefact that we can paste within the editor instead of an image.

raywainman commented 11 years ago

Unfortunately since Moodle settings are only available to PHP it is a bit difficult to pass a value to JS, the solution above is a way around this using TinyMCE properties that must be set via the TinyMCE settings page. This process is documented in the project's README.