nodecode / nodebb-plugin-mentions

NodeBB Plugin that allows users to mention other users by prepending an '@' sign to their username

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Username Mentions

This NodeBB plugin allows posters to reference (or mention) other users on a NodeBB by simply precluding the @ symbol before a username.

A link is automatically added to the post.

Installation

npm install nodebb-plugin-mentions

... or if you're feeling particularly risky, clone this repo and use npm link to "install" this plugin.

Future functionality

  • Actual checking to make sure the user mentioned actually exists
  • Notification to be sent to users when they are mentioned
  • CSS to make the anchor stand out a bit

About

NodeBB Plugin that allows users to mention other users by prepending an '@' sign to their username

License:BSD 2-Clause "Simplified" License


Languages

Language:JavaScript 100.0%