[nodebb-plugin-chat-emote] /em emotes in chat
-
NodeBB Chat Emote Plugin
This NodeBB plugin allows users to do /em emotes in the real-time chat window.
Installation
npm install nodebb-plugin-chat-emote
Note: you need to be fully up to date for this to work, at least this commit: 45a5b888248de651f7cebd96882a9ce81f6039f8
-
Nice! I want to put this into shoutbox eventually, but I'll have to majorly refactor the parsing first... I'll steal your code then (nah I'll give you creds)
-
haha its like, one line of code go for it
-
Looked at your code for a bit, adding your own hook into core first eh
-
Been thinking and I suppose it's best if I just use
filter:messaging.parse
as well for the shoutbox. That way it's also easily expandable by pluginEdit:
On closer inspection might not be such a good idea as I originally thought Will be tricky with the uids, seeing as with shouts you only have 1...Edit2:
Got it working