ColdSunERA / discourse-inline-icons

Adds Font Awesome icons to inline text.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

discourse-bbcode-color

A Discourse Plugin to support Font Awesome text inline.

Usage

In your posts, surround text with [fa-iconname]. C

Installation

  • Add the plugin's repo url to your container's yml config file
hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - mkdir -p plugins
          - git clone https://github.com/discourse/docker_manager.git
          - git clone https://github.com/sgcoldsun/discourse-inline-icons.git
  • Rebuild the container
cd /var/docker
git pull
./launcher rebuild app

License

MIT

About

Adds Font Awesome icons to inline text.

License:MIT License


Languages

Language:JavaScript 60.1%Language:Ruby 39.9%