0.2.0 • Published 5 years ago

@auc-ghent/canvas-lms-rich-content-editor-enhancements-plugin v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Canvas LMS Rich Content Editor Enhancements Plug-in

Plugin for the Canvas LMS theme app that adds some enhancements to the rich content editor.

Installation

Using NPM:

npm install @auc-ghent/canvas-lms-rich-content-editor-enhancements-plugin

Using Yarn:

yarn add @auc-ghent/canvas-lms-rich-content-editor-enhancements-plugin

Usage

Just import the plug-in and add it to the Canvas app:

import canvas from '@ahsdile/canvas-lms-app';
import richContentEditorEnhancementsPlugin from '@auc-ghent/canvas-lms-rich-content-editor-enhancements-plugin';

canvas.addPlugin(richContentEditorEnhancementsPlugin);

canvas.run();
0.2.0

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago