Matrix editor icon

Matrix editor

Maintained by Geoffrey Rowland
Moodle Atto Editor plugin for TeX/MathJax Matrices and Arrays.
Price option: Free

Supports Moodle 2.7-3.0 See all versions
Latest release: 10 years ago
Installations: 84
Downloads (last 90 days): 105

Frankenstyle name: atto_matrix
Atto

Comments

Product ratings and reviews are coming to Moodle Marketplace. Until then, existing comments remain available to read, but new posts have been disabled.

Why in Moodle 3.9.1 on Google Chrome i do not see properly what see in the screenshot? In the buttons i see the code instead of the symbols
Any upgrade to Moodle 3.4 ?
Is this still being maintained? Any word on 3.x updates?
Any upgrade to Moodle 3.2?

No worries Geoffrey. I checked the generated warnings and they do not seem valid in many cases. It is indeed ok to format the long strings in your settings.php this way. What seems to be valid is the extra @param line in the docblock for your atto_matrix_strings_for_js() as that function does not actually accept any parameters. Other warnings seem to be raised because of using the reserved keyword in the Based on @package .... You should be able to get rid of them by simply removing the @package from there, if you want.

What caught my eye is that you are including $OUTPUT->header() in your ajax.php response. I think it should be removed and all you want to return is the filter_text() output. I believe the header() does not produce any content in this case anyway, right?

This is really nice UI widget and front-end for the filters. Good idea, nice design and well implemented. I am happy to approve it now. You are cleared to land, welcome to the Plugins directory!

On inspection, am also unsure of how to deal with other warnings and errors. Code structure is similar/identical to (derived from) existing atto_equation and similar Atto plugins,
Unsure how to deal with the line-length warnings and errors for settings.php. Effectively, settings.php is acting like a lang file.
Will attend to the others.

Hi. Thanks for sharing this plugin with the community. The plugins team is currently busy with other development tasks for the upcoming Moodle 3.0 release, so please expect delays in the review and approval process. Thanks for your understanding and patience, we will do our best to get to reviewing your plugin soon.