A plugin to remind users to mark a solution
Find a file
2026-03-26 13:42:15 +00:00
.github/workflows DEV: Add the d-compat branch workflow (#40) 2026-03-11 22:42:26 +00:00
app FIX: Revert 1 day to 14 days (#23) 2025-04-09 12:24:15 +05:30
assets DEV: Update linting (#41) 2026-03-13 12:47:05 +00:00
config FIX: fix min value for setting remind_mark_solution_after_days (#24) 2025-04-09 13:12:53 +05:30
db initial commit 2024-08-15 20:58:02 +05:30
lib/solved_reminders initial commit 2024-08-15 20:58:02 +05:30
spec Revert "DEV: use solved services in tests (#38)" (#39) 2026-03-10 14:25:39 +04:00
test/javascripts initial commit 2024-08-15 20:58:02 +05:30
.discourse-compatibility DEV: Pin version for Discourse < 2026.2.0-latest (#35) 2026-02-11 16:46:37 +01:00
.gitignore DEV: Update linting and add types (#34) 2026-01-28 11:52:34 +00:00
.npmrc DEV: Switch to use pnpm (#5) 2024-10-14 13:55:14 +02:00
.prettierrc.cjs initial commit 2024-08-15 20:58:02 +05:30
.rubocop.yml initial commit 2024-08-15 20:58:02 +05:30
.streerc initial commit 2024-08-15 20:58:02 +05:30
.template-lintrc.cjs initial commit 2024-08-15 20:58:02 +05:30
about.json DEV: Update requiredPlugins (#28) 2025-07-22 17:42:42 +01:00
eslint.config.mjs DEV: Update eslint config (#7) 2024-11-19 11:31:00 +01:00
Gemfile initial commit 2024-08-15 20:58:02 +05:30
Gemfile.lock DEV: Update linting 2026-03-26 13:42:15 +00:00
LICENSE initial commit 2024-08-15 20:58:02 +05:30
package.json DEV: Update linting 2026-03-26 13:42:15 +00:00
plugin.rb initial commit 2024-08-15 20:58:02 +05:30
pnpm-lock.yaml DEV: Update linting 2026-03-26 13:42:15 +00:00
README.md DEV: add basic documentation (#2) 2024-08-19 11:14:21 +05:30
stylelint.config.mjs DEV: Update linting (#18) 2025-03-17 12:01:03 +00:00
tsconfig.json DEV: Update linting and add types (#34) 2026-01-28 11:52:34 +00:00

Solved Reminders Plugin

This plugin enhances the functionality of Solved plugin by offering additional reminder capabilities for solved topics. It ensures efficient topic management by reminding users to mark topics as solved, where applicable. It also sends congratulatory messages to users who have successfully solved a topic suggesting them more topics which can be solved.

How to Install this Plugin

To install Discourse Plugin - https://meta.discourse.org/t/install-a-plugin/19157