Hi,
this is my first plugin
This plugin allow users to use colors in their posts.
Installation
npm install nodebb-plugin-color
Usage
%(color)[Text]
color
represents the css color applied to the text.
You can use Hex values, rgb, or name of color.
Hope it's useful