nodebb-plugin-custom-mentions

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

Usage no npm install needed!

<script type="module">
  import nodebbPluginCustomMentions from 'https://cdn.skypack.dev/nodebb-plugin-custom-mentions';
</script>

README

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.