nodebb-plugin-postmentions-fixed
v1.0.4
Published
NodeBB Plugin that allows users to mention other topics (nodebb-plugin-dbsearch required) and category. Settings in plugins > Post mention.
Downloads
1
Maintainers
Readme
Post mentions
This NodeBB plugin allows posters to reference (or mention) other categories or topics on a NodeBB by simply precluding the &c
(for categories) and the &t
symbol for a topic.
A link is automatically added to the post.
You can change those synbol in Admin control panel > plugins > Post mentions.
Limitation:
- Topic filter by word. That mean, if you have a topic name
Test ABC
then you have to type at leasttest
- Category at least 2 letters.
Installation
Install from nodebb Admin control panel > extend > Plugins > nodebb-plugin-postmentions-fixed
or
npm install nodebb-plugin-postmentions-fixed
or
yarn add nodebb-plugin-postmentions-fixed