Plugin for Staff users to create notes on users
Go to file
dependabot[bot] cd940e5533
Bump ansi-regex from 4.1.0 to 4.1.1 (#55)
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](https://github.com/chalk/ansi-regex/compare/v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: ansi-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-29 18:19:08 +02:00
.github/workflows DEV: Update CI workflows (#46) 2021-12-16 22:51:55 +00:00
assets FIX: Make sure the user is an EmberObject. (#53) 2022-04-26 10:29:35 -03:00
config Update translations (#48) 2022-01-18 14:43:24 +01:00
db/migrate DEV: Remove trailing whitespace 2020-01-21 12:41:20 +00:00
spec DEV: Correct rubocop offenses 2020-07-24 19:21:04 +01:00
.eslintrc DEV: apply coding standards (#17) 2020-09-04 13:20:35 +02:00
.gitignore DEV: apply coding standards (#17) 2020-09-04 13:20:35 +02:00
.prettierrc DEV: apply coding standards (#17) 2020-09-04 13:20:35 +02:00
.rubocop.yml DEV: Add rubocop-discourse gem 2020-05-06 18:17:41 +02:00
.template-lintrc.js DEV: apply coding standards (#17) 2020-09-04 13:20:35 +02:00
Gemfile DEV: Switch from Transifex to Crowdin 2020-07-16 14:01:34 +02:00
Gemfile.lock Bump rexml from 3.2.4 to 3.2.5 (#30) 2021-05-02 17:09:06 +02:00
LICENSE add License 2016-06-06 23:13:41 +05:30
README.md Add missing link to meta topic in README (#25) 2021-02-23 19:20:26 +01:00
package.json DEV: Fix imports (#51) 2022-03-07 00:32:37 +01:00
plugin.rb DEV: Lose the es6 suffix (#50) 2022-03-07 00:20:28 +01:00
translator.yml DEV: Switch from Transifex to Crowdin 2020-07-16 14:01:34 +02:00
yarn.lock Bump ansi-regex from 4.1.0 to 4.1.1 (#55) 2022-04-29 18:19:08 +02:00

README.md

discourse-user-notes

https://meta.discourse.org/t/user-notes-plugin/41026/

This plugin gives staff members the ability to attach notes to users.

Whenever the user posts, a little note icon will appear beside their name if they have any staff notes. Clicking on it will reveal the notes other staff members have left.

Installation

Follow our Install a Plugin howto, using git clone https://github.com/discourse/discourse-user-notes.git as the plugin command.

Once you've installed it, review the settings under admin and then enable user_notes_enabled.

Clearing browser cache might be required when first installed

Issues

If you have issues or suggestions for the plugin, please bring them up on Discourse Meta.

License

MIT