Multi-Language Content

Atto ::: atto_multilang2
Maintained by Julen Pardo, Iñigo Zendegi Urzelai, Kepa Urzelai
This plugin will make the creation of multilingual contents on Moodle much more easier with Atto editor.

Multi-Language Content master - Release v1.10 (Build 2019110600) for Moodle 3.6 and 3.7

Moodle 3.6, 3.7
Released: সোমবার, 11 নভেম্বর 2019, 9:30 PM

Atto multilanguage plugin

Release Supported

This plugin will make the creation of multilingual contents on Moodle much more easier with Atto editor.

The plugin is developed to work with Iñaki Arenaza's multilang2 filter, and the idea is based on his plugin for TinyMCE editor.

Current version

The latest release is v1.10 (build 2019110600) for Moodle 3.6 and 3.7.

Changes from v1.9

  • The Privacy Api has been implemented so that this plugin complies with the new General Data Protection Regulation, effective as of May 25, 2018.

Changes from v1.8

  • Added Grunt support files. No we can check Moodle Javascript coding guidelines and minify the plugin code without installing the plugins.
  • Minor Javascript coding guidelines fix (signalled by the minifier, but ignored by the linter!)

Changes from v1.7

  • Multiple bug fixes, especially when there were more than one Atto editor in the same page. Closes issues #2, #18, #21.
  • Multilang tag highlighting 's are now removed/added when switching to/from HTML view, reducing clutter when editing the HTML code.
  • Cleaned the code to conform to PHP, PHPDoc and Javascript Moodle coding guidelines (all checks pass!)

Requirements

As mentioned before, filter_multilang2 is required.

Installation

  • Copy repository content in moodleroot/lib/editor/atto/plugins. The following can be omitted:
    • tests/ (if you're not going to test it with Behat)
    • .gitmodules
    • build.xml
  • Install the plugin from Moodle.
  • Go to "Site administration" >> "Plugins" >> "Text editors" >> "Atto HTML editor" >> "Atto toolbar settings", and add multilang2 to the Toolbar config where you prefer. E.g. multilang2 = multilang2 (see Text editor - Toolbar settings and Text editor - Adding extra buttons for instructions on how to add a plugin button to Atto toolbar.

Version information

Version build number
2019110600
Version release name
master - Release v1.10 (Build 2019110600) for Moodle 3.6 and 3.7
Maturity
স্থির সংস্করণ
MD5 Sum
ef4d77c49e590cd7dc10a3ed463b236b
Supported software
Moodle 3.6, Moodle 3.7

Version control information

Version control system (VCS)
GIT
VCS repository URL

Default installation instructions for plugins of the type Atto

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder (eg "myeditorplugin") in the "lib/editor/atto/plugins" subdirectory.
  4. Visit http://yoursite.com/admin to finish installation of the plugin.

To make the newly installed plugin available, you need to edit the Atto toolbar configuration so that the new plugin appears in the toolbar.

  1. Go to your Site administration ►Plugins ► Text editors ► Atto HTML editor ► Atto toolbar settings
  2. Add the new plugin to the desired position in the toolbar.