[nodebb-plugin-mentions] Username Mentions have landed!
-
@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.
-
@julian I m thinking if it is possible to @<group name> to "announce" to the whole group... I seems to have the group there but it does not works...
-
erased usernames are suggested by the plugin
erased usernames "[[global:former_user]]" are suggested by the plugin 路 Issue #176 路 julianlam/nodebb-plugin-mentions
composer is suggesting non-existent users since they have posts under the topic.
GitHub (github.com)
-
thanks @baris , [email protected] fixes the issue.