@artevelde-uas/canvas-lms-conference-editor-group-filter-plugin

Plugin for the Canvas LMS theme app that adds a group filter to the user selector on the conference editor

Usage no npm install needed!

<script type="module">
  import arteveldeUasCanvasLmsConferenceEditorGroupFilterPlugin from 'https://cdn.skypack.dev/@artevelde-uas/canvas-lms-conference-editor-group-filter-plugin';
</script>

README

Canvas LMS Conference Editor Group Filter Plug-in

Plugin for the Canvas LMS theme app that adds a group filter to the user selector on the conference editor.

Example image

Installation

Using NPM:

npm install @artevelde-uas/canvas-lms-conference-editor-group-filter-plugin

Using Yarn:

yarn add @artevelde-uas/canvas-lms-conference-editor-group-filter-plugin

Usage

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

import canvas from '@artevelde-uas/canvas-lms-app';
import conferenceEditorGroupFilterPlugin from '@artevelde-uas/canvas-lms-conference-editor-group-filter-plugin';

canvas.addPlugin(conferenceEditorGroupFilterPlugin);

canvas.run();