Skip to content

ColdSunERA/discourse-inline-icons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published