[nodebb-plugin-mentions] Username Mentions have landed!
-
An oft-requested feature, we've finally released the first version of username mentions!
It is included by default on all new installations of NodeBB (as of v0.0.7). If you have an existing NodeBB install, run a
git pull
andnpm install
to get it. Make sure to turn it on in the admin panel! -
Shouldn't that be core... ?
-
Nice, I like this modular design, fantastic.
-
Suddenly have an idea to improve the mentions, how about making an autocompletion for the typed word? Ajax feel? hee
-
@julian our forum has a custom composer.js that features full forum user autofill. Unfortunately it also requires a custom database function for doing a fuzzy search on the usernames.
-
@mouseluka said:
does not work with names containing the point
smth like this @mouse.luka
It should, since the slug for that would be mouse-luka. So @mouse-luka should actually mention the user mouse.luka.
-
@mouseluka you're right, it should. That's a bug
Reply and Quote should use semi-slugified usernames ยท Issue #869 ยท NodeBB/NodeBB
Clicking reply on a user with my username (julian) works perfectly, although usernames with spaces are not slugified properly... However, there's no need to call Utils.slugify, since mentions already slugifies it before identifying the u...
GitHub (github.com)
-
v0.4.1-2 Released
- Compatibility with v0.4.0 of NodeBB
- Mentions autocomplete should no longer suggest lower-case names even though the search results show proper capitalisation
- Usernamed with periods are better supported.
- Still a couple edge cases here and there, but working better than before.