1.2.0 • Published 1 year ago

@artevelde-uas/canvas-lms-file-explorer-enhancements-plugin v1.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

File Explorer Enhancements Plug-in

npm.io npm.io npm.io

Plug-in for the Canvas LMS theme app that adds some enhancements to the file explorer.

Features

  • Always shows the action bar
  • Adds a 'select all' button to the action bar
  • Changes the row selection to a more intuitive style with select boxes (like Windows Explorer)
  • Moves the status bar down so you have the full height of the window to your disposal

Before:

Example image

After:

Example image

Installation

Using NPM:

npm install @artevelde-uas/canvas-lms-file-explorer-enhancements-plugin

Using Yarn:

yarn add @artevelde-uas/canvas-lms-file-explorer-enhancements-plugin

Usage

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

import { run, addPlugin } from '@artevelde-uas/canvas-lms-app';
import fileExplorerEnhancementsPlugin from '@artevelde-uas/canvas-lms-file-explorer-enhancements-plugin';

addPlugin(fileExplorerEnhancementsPlugin);

run();
1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago

0.4.0

1 year ago

0.3.0

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago