nodebb-plugin-mentions icon indicating copy to clipboard operation
nodebb-plugin-mentions copied to clipboard

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

Results 22 nodebb-plugin-mentions issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [validator](https://togithub.com/validatorjs/validator.js) | [`13.11.0` -> `13.12.0`](https://renovatebot.com/diffs/npm/validator/13.11.0/13.12.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/validator/13.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [html-entities](https://togithub.com/mdevils/html-entities) | [`2.4.0` -> `2.5.2`](https://renovatebot.com/diffs/npm/html-entities/2.4.0/2.5.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/html-entities/2.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

added an aria.json to core feel free to add there

I suggest the usage of @everyone and @here to notify all users in the forum and on the topic respectively... please see this: https://community.nodebb.org/topic/17283/targeted-multi-user-tagging

I wonder if NodeBB have a hook in case of username modification. In that case, it would be usefull to change all post mentions to the new username.

question

Resolves issue I have created on NodeBB repo: https://github.com/NodeBB/NodeBB/issues/8358 Parse post content before sending notification

The regex that detects "mentions" is assuming that an `@` character is only the start of a mention if it follows a whitespace character (or a very limited number of...

Hello ! I don't understand sort of mentions autocomplete list. For example, when I begin to type `@a` in composer on nodebb community forum, it gives ![image](https://user-images.githubusercontent.com/9592199/70723062-9544c280-1cf8-11ea-8870-80fe8ec98a25.png) Is it possible...

Hello ! I have on my nodebb forum groups named like this : Promo 00-01 (slug = promo-00-01) Promo 01-02 (slug = promo-01-02) Promo 02-03 (slug = promo-02-03) Promo 03-04...