JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q54828F
  • License BSD-2-Clause

A NodeBB Plugin to add some colors to the topics titles.

Package Exports

  • nodebb-plugin-topic-color

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (nodebb-plugin-topic-color) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

NodeBB Topic Color

A NodeBB Plugin to add some colors to the topics titles.

Installation

As simple as that :

npm install nodebb-plugin-topic-color

Usage

If you want some red : You can use Hex color codes like #ff0000 or even #f00, Or rgb values rgb(255,0,0), And finaly css color codes red

To use it it's pretty simple :

%(color)[Text]

Screenshot

Rainbowmode code