Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teltek/moodle-atto_pumukitmedia
Atto text editor integration with PuMuKIT
https://github.com/teltek/moodle-atto_pumukitmedia
moodle moodle-plugin pumukit
Last synced: about 2 months ago
JSON representation
Atto text editor integration with PuMuKIT
- Host: GitHub
- URL: https://github.com/teltek/moodle-atto_pumukitmedia
- Owner: teltek
- Created: 2021-11-08T08:34:30.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-09T10:10:45.000Z (11 months ago)
- Last Synced: 2024-03-26T06:52:45.070Z (9 months ago)
- Topics: moodle, moodle-plugin, pumukit
- Language: PHP
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PuMuKIT Atto plugin for Moodle
==============================This plugin allows PuMuKIT (version 4.0 or higher) integration on Atto editor.
If you want to develop for this plugin see [DEVELOP DOC](https://github.com/teltek/moodle-atto_pumukitmedia/blob/master/DEVELOPER.md)
[IMPORTANT] Before install this plugin installs [PuMuKIT Filter](https://github.com/teltek/moodle-filter_pumukitmedia/)
## How to install
### Step 1: Clone the latest code version from GitHub
```
git clone https://github.com/teltek/moodle-atto_pumukitmedia pumukitmedia
```### Step 2: Create .zip to install
In the same folder where you do the last step execute the following command.
```
zip -r moodle-atto_pumukitmedia.zip pumukitmedia -x "pumukitmedia/.git/*" -x "pumukitmedia/.github/*" -x "pumukitmedia/.gitignore"
```### Step 3: Upload and configure
Access to moodle as Administrator and go to "Site administration" -> "Plugins" -> "Install plugins"
Upload moodle-atto_pumukitmedia.zip package and click in "Install plugin from the ZIP file".
Follow the moodle instructions in the next sections until the configuration section.
Configure the plugin with your [PuMuKIT data password and PuMuKIT domain](https://github.com/teltek/PumukitLmsBundle/blob/master/Resources/doc/Configuration.md)
### Step 4: Activate plugin on Atto Editor
Go to Moodle -> Site administration -> Plugins -> Text editors -> Atto HTML editor -> Atto toolbar settings.
Search configuration for: Toolbar config
Add on "files" line the "pumukitmedia" key.
```
files = emojipicker, image, media, recordrtc, managefiles, h5p, pumukitmedia
```Save and the plugin will be ready to use.