File tree Expand file tree Collapse file tree 1 file changed +22
-14
lines changed Expand file tree Collapse file tree 1 file changed +22
-14
lines changed Original file line number Diff line number Diff line change 1- # Moodle Gist Embed Filter
2-
3- Moodle filter plugin that will embed any links to GitHub gists with
4- the full JavaScript link so that it will embed.
5-
6- This came about because, while it's easy enough to copy and paste the
7- JavaScript embed code from GitHub, Moodle strips out any JavaScript
8- markup.
9-
10- ### Usage
11-
12- After enabling the plugin just paste the full URL (https include) to a Gist into the
13- editor. When the page is displayed the link will be replaced with
14- the embedded Gist.
1+ # Moodle Gist Embed Filter
2+
3+ Moodle filter plugin that will embed any links to GitHub gists with
4+ the full JavaScript link so that it will embed.
5+
6+ This came about because, while it's easy enough to copy and paste the
7+ JavaScript embed code from GitHub, Moodle strips out any JavaScript
8+ markup.
9+
10+ ### Usage
11+
12+ After enabling the plugin just paste the full URL (https included) to a Gist into the
13+ editor. When the page is displayed the link will be replaced with the embedded Gist.
14+
15+ ### Settings
16+
17+ There really aren't any. Just paste in the link.
18+
19+ ### Help & Support
20+
21+ If you need help with this plugin please head over to our [ support forums] ( https://classcube.com/forum/moodle-plugins/ ) .
22+ You can also visit [ ClassCube.com] ( https://classcube.com ) for more information.
You can’t perform that action at this time.
0 commit comments