https://github.com/fmcorz/moodle-filter_stash
Moodle filter to simplify the usage of Stash
https://github.com/fmcorz/moodle-filter_stash
moodle moodle-plugin
Last synced: about 1 month ago
JSON representation
Moodle filter to simplify the usage of Stash
- Host: GitHub
- URL: https://github.com/fmcorz/moodle-filter_stash
- Owner: FMCorz
- Created: 2016-08-22T09:42:35.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-09T01:55:24.000Z (about 8 years ago)
- Last Synced: 2025-03-05T18:27:23.652Z (over 1 year ago)
- Topics: moodle, moodle-plugin
- Language: PHP
- Size: 22.5 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
Filter Stash
============
Simplify the usage of the block [Stash](https://moodle.org/plugins/block_stash) by providing shortcodes to place items.
Plugin retired!
---------------
This plugin has been retired in favour of the filter [Shortcodes](https://github.com/branchup/moodle-filter_shortcodes) and is therefore no longer maintained or supported.
Why use this?
---------------
With this filter the snippet to place the items becomes very simple:
[drop:123:abc]
* Teachers do not have to switch to the HTML view of their editors
* The shortcode is always visible when editing, unlike the Javascript snippet
* Unlike the Javascript snippet, the shortcode will gracefully support newer versions
* The snippet will (safely) make it through some security limitations
The trading feature is only possible with the installation of this plugin. The snippet for trading is very similar to
placing drops.
[trade:123:abc]
The same benefits above apply.
Requirements
------------
Moodle 2.9 or greater.
Installation
------------
Simply install the plugin and enable the filter.
License
-------
Licensed under the [GNU GPL License](http://www.gnu.org/copyleft/gpl.html).