/discourse-overwatch-hero-icons

Still very much in alpha, this is a Discourse plugin for formatting Overwatch hero names in posts, appending hero icons and correcting hero spelling and character case.

Primary LanguageJavaScriptMIT LicenseMIT

Overwatch Hero Icons for Discourse

This plugin for Discourse formats Overwatch hero names in posts, appending hero icons and correcting hero spelling and character case.

Installation

Add the plugin's repository URL to your container's app.yml file:

hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - mkdir -p plugins
          - git clone https://github.com/critcola/discourse-overwatch-hero-icons.git

Rebuild the container:

cd /var/discourse
./launcher rebuild app

License

The Overwatch Hero Icons for Discourse plugin is released under the MIT License.