Editor and Browser Settings - mkraska/meclib GitHub Wiki

Meclib included as a link

This is possible since STACK 4.4. The standard Moodle editor should work (to be tested).

Meclib verbatim in the Question Text

Before STACK 4.4, Meclib had to be copied verbatim to the question text field. It was essential then, to use an editor which would not mess with the JS source code.

The recommended editor for STACK 4.3 questions with Meclib is Marklar.

  • doesn't mess with your source code of JS
  • use Markdown or HTML format for text entry fields

It seems safe to use Atto, but in many cases (e.g. Feedback text in PRTs) you have to switch to HTML source view and remove any spurious tags created by Atto.

Switch off the spell checking of your browser. Otherwise pasting 1500 lines of JS code to a text field will slow down editing.

In Chrome:

  • Click the Menu icon (three vertical dots) at the top right corner of the browser
  • Click Settings.
  • Click Show advanced settings.
  • Click Language and input settings.
  • Make sure the check box next to Enable spell checking is unchecked, and then click Done.