Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
maccmaxitrc committed Aug 3, 2023
0 parents commit 4b978c3
Show file tree
Hide file tree
Showing 24 changed files with 4,363 additions and 0 deletions.
596 changes: 596 additions & 0 deletions LICENSE.md

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# TinyMCE Loom Button

[Loom](https://loom.com) allows users to record their screen, camera, or both at the same time.

The TINYMCE Loom Button brings Loom’s recording capabilities directly to your Moodle site's TinyMCE editor -- no user install (or even user account!) is required for your users to create video content.

Implementation requires you to sign up for a Public App ID through the [Loom Developer Portal](https://www.loom.com/developer-portal).

# Features

* Instant editing of a Loom
* Custom descriptions with timestamps
* Video and GIF embedding (with [Loom Embed plugin](https://github.com/maccmaxitrc/moodle-filter_loom))
* Transcripts
* Custom theming
* All other current and future Loom functionality

For more information on features and limitations, visit the [Loom Developer Documentation](https://dev.loom.com/docs/record-sdk/sdk-standard)

# Installation

1. Download the plugin and extract into *lib/editor/tiny/plugins/loom*.
2. Install like any other Moodle plugin (visit Site Administration).
3. Enter your Public App ID received from the [Loom Developer Portal](https://www.loom.com/developer-portal).

#

This plugin was developed by [Idaho State University](https://isu.edu)
11 changes: 11 additions & 0 deletions amd/build/commands.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions amd/build/commands.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions amd/build/common.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions amd/build/common.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions amd/build/configuration.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions amd/build/configuration.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1,572 changes: 1,572 additions & 0 deletions amd/build/index.min.js

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions amd/build/options.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions amd/build/options.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions amd/build/plugin.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions amd/build/plugin.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4b978c3

Please sign in to comment.