🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

nodebb-plugin-mega-colors

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodebb-plugin-mega-colors - npm Package Compare versions

Comparing version
0.10.21
to
0.10.22
+1
-1
package.json
{
"name": "nodebb-plugin-mega-colors",
"version": "0.10.21",
"version": "0.10.22",
"nbbpm": {

@@ -5,0 +5,0 @@ "compatibility": "^0.7.1 || ^0.8.0 || ^0.9.0 || ^1.0.0"

@@ -1,7 +0,9 @@

# NodeBB Colors plugin
### This NodeBB plugin allows users to use colors in posts, group descriptions, etc.
This NodeBB plugin is a parser that allows users to write posts using colors.
## Usage
`%(X)[colored text] where X is a color in any CSS compatible format`
%(color)[text]
%(red)[colored text]
%(#f00)[colored text]
%(#FF0000)[colored text]
%(rgb(255,0,0))[colored text]