- Moodle 3.x Developer's Guide
- Ian Wild
- 124字
- 2021-07-02 21:34:44
Editor plugins
Another important type of plugin to consider is text editor plugins. The text editor built into Moodle is called Atto (which replaced the earlier TinyMCE editor) and this is also extensible through installable plugins. Take a look in the Moodle plugin directory for supported Atto plugins, for example, https://moodle.org/plugins/browse.php?list=category&id=53.
For example, two very common requirements for secondary teaching are the ability to edit and copy chemical and mathematical symbols into the Moodle text editor. There are, by way of example, two editor plugins that can achieve this: check out https://moodle.org/plugins/atto_chemistry and https://moodle.org/plugins/atto_mathslate. Both of these plugins create text in a special format that requires filter plugins to convert the text into a form that's more meaningful. Let's look at filter plugins next.
- 深度實(shí)踐OpenStack:基于Python的OpenStack組件開發(fā)
- Learning RxJava
- Network Automation Cookbook
- HTML5+CSS3基礎(chǔ)開發(fā)教程(第2版)
- PostgreSQL技術(shù)內(nèi)幕:事務(wù)處理深度探索
- 網(wǎng)頁設(shè)計(jì)與制作教程(HTML+CSS+JavaScript)(第2版)
- 深入淺出Windows API程序設(shè)計(jì):編程基礎(chǔ)篇
- Practical Windows Forensics
- Java Web程序設(shè)計(jì)
- Python高效開發(fā)實(shí)戰(zhàn):Django、Tornado、Flask、Twisted(第2版)
- 可解釋機(jī)器學(xué)習(xí):模型、方法與實(shí)踐
- C語言程序設(shè)計(jì)教程
- JavaScript應(yīng)用開發(fā)實(shí)踐指南
- Learning AWS
- Qt5 C++ GUI Programming Cookbook