This plugin for Discourse, designed for Crit Cola's brand, stardardizes the appearance of brand names in posts to use uniform spelling, punctuation, and character case, and to appear on a single line.
Add the plugin's repository URL to your container's app.yml
file, for example:
hooks:
after_code:
- exec:
cd: $home/plugins
cmd:
- mkdir -p plugins
- git clone https://github.com/critcola/discourse-brand-standardization.git
Rebuild the container:
cd /var/discourse
./launcher rebuild app
For the plugin to apply retroactively, you'll need to rebake old posts:
cd /var/discourse
./launcher enter app
rake posts:rebake
Crit Cola is an Overwatch clan, a growing community of PC gamers. Join our Steam group and follow us on Twitter. Cheers!
The Overwatch Hero Icons for Discourse plugin is released under the MIT License.