-
Customizing sites' styles, I noticed that in most cases, when I need to perform some minor changes, I edit SCSS directly in the Raw SCSS text field. I'm so used to the benefits of working with code in…
-
Hi Andrew,
this is not direct an issue with the atto plugin for translation. Moodle plans to move the atto plugin from the distribution with 4.6 and disable it in 4.5. Did we need a plugin for the…
-
The JS files within /yui/build/moodle-atto_fontfamily-button/ all lack the version info at the end:
-}, '@VERSION@');
+}, '@VERSION@', {"requires": ["moodle-editor_atto-plugin"]});
I don't know if t…
-
After uploading a file it is not possible with Marklar editor to remove the file or, in case of .zip, unpack it. Now one must change the editor to e.g. HTML Atto in order to manage embedded files. If …
-
Browser: Chrome
Moodle 3.5.9
When I switch to HTMLplus mode, there seems to be a race condition happening.
https://github.com/andrewnicols/moodle-atto_htmlplus/blob/4ea748b1584ccb2dffc80a1ce28…
-
Moodle 3.1 and latest master...
This is the error log...
[Wed Jun 15 13:21:27.152862 2016] [:error] [pid 14892] [client 172.20.88.25:59421] PHP Warning: XSLTProcessor::importStylesheet(): Forbidden…
-
We have problem with moodle 3.9.2+ when import a file .docx. The error reported is
"Got error 'PHP message: PHP Fatal error: Cannot redeclare atto_wordimport_strings_for_js() (previously declared i…
-
I am using Moodle 3.7.2 and have successfully installed the Atto Microsoft Word import plugin. When I drag the docx file which contains text and image to the Atto text editor space, it successfully co…
-
I use this plugin in ATTO editor with the following code to set Summary of Site information. This is the example code that ATTO shows:
{mlang es} HOLA{mlang}
{mlang en}HELLO{mlang}
Then I sav…
-
### Description and repro
Many technologies, including Moodle are adopting TinyMCE as their preferred Rich Text Editor, moving away from other RTE's such as ATTO.
GhostText is unable to detect or …