Plugin for Staff users to create notes on users
Go to file
Jarek Radosz 82bf4e797c
DEV: Update linting (#121)
2025-03-17 11:42:04 +00:00
.github/workflows DEV: Update CI workflows (#74) 2023-01-10 19:09:47 +00:00
app DEV: Update plugin to match latest guidelines (#76) 2023-02-23 15:20:10 +02:00
assets DEV: Update linting (#121) 2025-03-17 11:42:04 +00:00
config Update translations (#94) 2024-05-31 12:30:48 +02:00
db/migrate DEV: Introduce syntax_tree for ruby formatting (#70) 2022-12-29 13:35:49 +01:00
spec DEV: Introduce syntax_tree for ruby formatting (#70) 2022-12-29 13:35:49 +01:00
test/javascripts/acceptance DEV: Bump dependencies and fix linting (#115) 2025-02-06 17:59:02 +01:00
.discourse-compatibility DEV: Pin version for Discourse <3.5.0.beta1-dev (#114) 2025-02-05 20:30:23 +01:00
.gitignore DEV: Update linting setup and fix issues (#58) 2022-06-17 15:25:17 +02:00
.npmrc DEV: Switch to use pnpm (#102) 2024-10-07 16:29:13 +08:00
.prettierrc.cjs DEV: Update linting (#89) 2024-01-16 17:48:29 +01:00
.rubocop.yml DEV: Introduce syntax_tree for ruby formatting (#70) 2022-12-29 13:35:49 +01:00
.streerc DEV: Introduce syntax_tree for ruby formatting (#70) 2022-12-29 13:35:49 +01:00
.template-lintrc.cjs DEV: Update linting (#89) 2024-01-16 17:48:29 +01:00
Gemfile DEV: Introduce syntax_tree for ruby formatting (#70) 2022-12-29 13:35:49 +01:00
Gemfile.lock DEV: Update linting (#121) 2025-03-17 11:42:04 +00:00
LICENSE DEV: Update license (#117) 2025-02-24 11:25:15 +08:00
README.md Add missing link to meta topic in README (#25) 2021-02-23 19:20:26 +01:00
eslint.config.mjs DEV: Update eslint config (#106) 2024-11-19 11:32:28 +01:00
package.json DEV: Update linting (#121) 2025-03-17 11:42:04 +00:00
plugin.rb DEV: Update deprecated Font Awesome icon names (#111) 2024-12-04 02:36:28 +01:00
pnpm-lock.yaml DEV: Update linting (#121) 2025-03-17 11:42:04 +00:00
stylelint.config.mjs DEV: Update linting (#121) 2025-03-17 11:42:04 +00:00
translator.yml DEV: Switch from Transifex to Crowdin 2020-07-16 14:01:34 +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