Distinguish groups of users as experts per-category
Find a file
Jarek Radosz 45b1c5650b
Some checks are pending
Discourse Plugin / ci (push) Waiting to run
DEV: Restore and fix the endorsement spec (#233)
2026-04-30 16:36:05 +02:00
.github/workflows DEV: Add the d-compat branch workflow (#224) 2026-03-10 19:11:04 +00:00
app DEV: Update annotations (#189) 2025-02-23 22:46:27 +01:00
assets DEV: Update linting 2026-03-26 13:28:40 +00:00
config Update translations (#205) 2025-09-15 10:47:12 +02:00
db FEATURE: Add Category-Experts webhook event types (#167) 2024-10-24 11:08:06 -05:00
lib/category_experts FIX: Use save_custom_fields instead of save! when only custom fields changed (#230) 2026-04-02 18:25:34 +02:00
spec DEV: Restore and fix the endorsement spec (#233) 2026-04-30 16:36:05 +02:00
test/javascripts DEV: Update linting (#225) 2026-03-13 12:30:57 +00:00
.discourse-compatibility DEV: Pin version for Discourse < 2026.2.0-latest (#220) 2026-02-11 16:41:42 +01:00
.gitignore DEV: Update linting and add types (#218) 2026-01-29 13:56:10 +00:00
.npmrc DEV: Switch to use pnpm (#165) 2024-10-14 13:38:46 +02:00
.prettierrc.cjs DEV: introduces @discourse/lint-configs (#125) 2023-10-26 16:12:56 +02:00
.rubocop.yml DEV: Introduce syntax_tree for ruby formatting (#88) 2022-12-29 13:30:55 +01:00
.streerc DEV: Introduce syntax_tree for ruby formatting (#88) 2022-12-29 13:30:55 +01:00
.template-lintrc.cjs DEV: Update linting (#135) 2023-12-13 21:37:32 +01:00
eslint.config.mjs DEV: Update eslint config (#172) 2024-11-19 11:20:09 +01:00
Gemfile DEV: Introduce syntax_tree for ruby formatting (#88) 2022-12-29 13:30:55 +01:00
Gemfile.lock DEV: Update linting 2026-03-26 13:28:40 +00:00
LICENSE DEV: Update license (#188) 2025-02-24 11:08:12 +01:00
package.json DEV: Update linting 2026-03-26 13:28:40 +00:00
plugin.rb FIX: Use save_custom_fields instead of save! when only custom fields changed (#230) 2026-04-02 18:25:34 +02:00
pnpm-lock.yaml DEV: Update linting 2026-03-26 13:28:40 +00:00
README.md DEV: Update README.md (#72) 2022-02-21 09:06:15 -06:00
stylelint.config.mjs DEV: Update linting (#192) 2025-03-13 15:07:49 +00:00
translator.yml DEV: Import discourse-plugin-skeleton files, fix errors (#22) 2021-04-09 17:32:13 +02:00
tsconfig.json DEV: Update linting and add types (#218) 2026-01-29 13:56:10 +00:00

Discourse Category Experts Plugin

Discourse Category Experts is a plugin that allows users to endorse each other as experts in specific categories. Category experts posts are decorated to highlight their expertise. Its a highly configurable plugin.

For more information, please see: https://meta.discourse.org/t/discourse-category-experts/190814