@artevelde-uas/canvas-lms-all-courses-terms-tabs-plugin

Plugin for the Canvas LMS theme app that groups the courses on the 'All Courses' page in tabs per term

Usage no npm install needed!

<script type="module">
  import arteveldeUasCanvasLmsAllCoursesTermsTabsPlugin from 'https://cdn.skypack.dev/@artevelde-uas/canvas-lms-all-courses-terms-tabs-plugin';
</script>

README

Canvas LMS All Courses Terms Tabs Plug-in

Plugin for the Canvas LMS theme app that groups the courses on the 'All Courses' page in tabs per term.

NPM version License Downloads PRs Welcome

Before:

Before

After:

After

Installation

Using NPM:

npm install @artevelde-uas/canvas-lms-all-courses-terms-tabs-plugin

Using Yarn:

yarn add @artevelde-uas/canvas-lms-all-courses-terms-tabs-plugin

Usage

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

import canvas from '@artevelde-uas/canvas-lms-app';
import allCoursesTermsTabsPlugin from '@artevelde-uas/canvas-lms-all-courses-terms-tabs-plugin';

canvas.addPlugin(allCoursesTermsTabsPlugin);

canvas.run();