Moodle plugins directory: Chemical Structures and Reactions Editor
Chemical Structures and Reactions Editor
Atto ::: atto_structure
Maintained by
Carl LeBlond
Easily draw and insert chemical structures using MarvinJS. Requires MarvinJS from Chemaxon.
Latest release:
118 sites
32 downloads
11 fans
Current versions available: 2
This plugin provides an Atto toolbar button that allows users to draw and insert images of chemical structures and reactions using MarvinJS. The width and height of the image can be set before inserting the image.
Sets
This plugin is part of set EasyOChem.
Contributors
Carl LeBlond (Lead maintainer)
Please login to view contributors details and/or to contact them
The problem is still the same as Mikki noticed. Any new updates since today?
For the new downloaders, just make the structure then click insert. After than, click on insert image of the editor tallbar.
It works
I have installed atto_structure plugin in my local instance( This instance with only HTTP). It is working fine.
Here the same plugin installed in HTTPS site. But it wont work it is showing empty structure box.
In the firebug i changed the to then only its working.
Please help me how to over come this issue. And the moodle version 3.0
I would be very glad to have this plugin for Moodle 3.x.
Any plans to upgrade to Moodle 3.x?
Ricardo
Any plans to upgrade to Moodle 3.x?
1. Download the zip and extract
2. to resolve the mixed content error (https->http) replace in structure\lib.php line 57 "http://" with "https://"
3. the name of the marvin scripts are hardcoded, so in order to make the newest version (1.0.0) work replace in the following documents promise-0.1.1.min.js with promise-1.0.0.min.js
structure\yui\build\moodle-atto_structure-button\moodle-atto_structure-button-debug.js - line 218
structure\yui\build\moodle-atto_structure-button\moodle-atto_structure-button-min.js - line 1
structure\yui\build\moodle-atto_structure-button\moodle-atto_structure-button.js - line 215
structure\yui\src\button\js\button.js - line 216
4. re-zip the files and install
5. enjoy!