Moodle Plugins directory: TinyMCE Html Components Plugin: Versions: v3.9-r1 | Moodle.org

TinyMCE Html Components Plugin
TinyMCE Html Components Plugin v3.9-r1
Code prechecks
TinyMCE plugin to insert HTML components
Moodle plugin which allows you to insert in the TinyMCE editor some html components.
Goals
The main goal of the plugin is to allow course managers and teacher to improve their courses displays and add interactivity thanks to html components without coding it directly.
These components (mostly from Bootstrap) are add with the TinyMCE editor and customizable thanks to available options.
Requirements
- Moodle 3.7 or later. -> Tests on Moodle 3.7 to 3.10.3 (tests on older moodle versions not made yet).
- Use Boost theme or a theme which extends Boost theme (use bootstrap).
Installation
- Local plugin installation
With git:
git clone https://github.com/andurif/moodle-tinymce_html_components.git lib/editor/tinymce/plugins/html_components
Download way:
Download the zip from https://github.com/andurif//moodle-tinymce_html_components/archive/master.zip, unzip it in lib/editor/tinymce/plugins/ folder and rename it "html_components" if necessary or install it from the "Install plugin" page if you have the right permissions.
- Then visit your Admin Notifications page to complete the installation.
Presentation / Features
For now this plugin allows you to easily add these html/bootstrap components:
- Accordion
- Alert
- Button
- Jumbotron
- Navigation menu
- Card
Be careful, for some component you will have to edit to edit html source code in editor to change display.
Version information
- Version build number
- 2021040100
- Version release name
- v3.9-r1
- Can be updated to
- v3.11-r1, v3.11-r2, v3.11-r3 (2021091100)
- Maturity
- Fersiwn sefydlog
- MD5 Sum
- 18e84f608d89a00e41f5e7e9dafdbb6e
- Supported software
- Moodle 3.7, Moodle 3.8, Moodle 3.9, Moodle 3.10
- The more recent release v3.11-r3 (2021091100) exists for Moodle 3.7
- The more recent release v3.11-r3 (2021091100) exists for Moodle 3.8
- The more recent release v3.11-r3 (2021091100) exists for Moodle 3.9
- The more recent release v3.11-r3 (2021091100) exists for Moodle 3.10
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
Default installation instructions for plugins of the type TinyMCE (legacy)
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder (eg "myeditor") in the "lib/editor/tinymce/plugins" subdirectory.
- Visit http://yoursite.com/admin to finish the installation