discourse/plugins/discourse-user-notes
Jarek Radosz 7942fde8b8
UX: Make user-notes textarea full-width (#39646)
and do not allow it to be resized horizontally
2026-04-29 19:56:12 +02:00
..
admin/assets/javascripts/discourse DEV: Move plugins' admin code to admin directories (#37761) 2026-02-12 16:17:45 +01:00
app SECURITY: Unauthorized Post Data Exposure in discourse-user-notes Plugin 2026-03-19 15:21:28 +00:00
assets UX: Make user-notes textarea full-width (#39646) 2026-04-29 19:56:12 +02:00
config I18N: Update translations (#39177) 2026-04-23 12:09:50 +02:00
db/migrate
lib/discourse_user_notes DEV: Clean up scope resolution operators in plugins (#34979) 2025-09-30 14:36:34 +02:00
spec DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
test/javascripts/acceptance
package.json DEV: Add a script for generating external types in discourse-types (#37095) 2026-03-09 20:37:43 +01:00
plugin.rb DEV: Clean up scope resolution operators in plugins (#34979) 2025-09-30 14:36:34 +02:00
README.md
tsconfig.json DEV: Add a script for generating external types in discourse-types (#37095) 2026-03-09 20:37:43 +01:00

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