nodebb-plugin-mega-colors
Advanced tools
+1
-1
| { | ||
| "name": "nodebb-plugin-mega-colors", | ||
| "version": "0.10.22", | ||
| "version": "0.10.23", | ||
| "nbbpm": { | ||
@@ -5,0 +5,0 @@ "compatibility": "^0.7.1 || ^0.8.0 || ^0.9.0 || ^1.0.0" |
+4
-4
| ### This NodeBB plugin allows users to use colors in posts, group descriptions, etc. | ||
| ## Usage | ||
| `%(X)[colored text] where X is a color in any CSS compatible format` | ||
| `%(X)[colored text]` where X is a color in any CSS compatible format | ||
| %(red)[colored text] | ||
| %(#f00)[colored text] | ||
| %(#FF0000)[colored text] | ||
| %(red)[colored text] | ||
| %(#f00)[colored text] | ||
| %(#FF0000)[colored text] | ||
| %(rgb(255,0,0))[colored text] |
55768
0.01%