★ wanayoo — archive 1999 https://github.com/discourse/discourse-bbcode-colorNouvelle recherche | Portail wanayoo
Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Download ZIP
A Discourse Plugin to support BBCode color tags.
JavaScript Ruby
branch: master
Failed to load latest commit information.
assets/javascripts add background-color support
.gitignore first commit
LICENSE first commit
README.md add background-color support
plugin.rb first commit

README.md

discourse-bbcode-color

A Discourse Plugin to support BBCode color tags.

Usage

In your posts, surround text with [color=...] and [/color]. Color values are those supported by HTML, like red and #ff000. For example:

Look at my [color=red]red words[/color] and be amazed! Also, [color=#33ff33]green is cool[/color] too.

Works for background colors too!  This is your [bgcolor=yellow]typical yellow highlight[/bgcolor], and [bgcolor=blue] [color=white]you can mix em[/color] [color=red]up, you know?[/color][/bgcolor]

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/discourse/discourse-bbcode-color.git
  • Rebuild the container
cd /var/docker
git pull
./launcher rebuild app

License

MIT

Something went wrong with that request. Please try again.