A plugin to remind users to mark a solution
Find a file
Arpit Jalan 3f48771b43
Some checks failed
Discourse Plugin / ci (push) Has been cancelled
Clean up solved reminders plugin (#47)
2026-05-26 13:59:49 +05:30
.github/workflows DEV: Add the d-compat branch workflow (#40) 2026-03-11 22:42:26 +00:00
app Clean up solved reminders plugin (#47) 2026-05-26 13:59:49 +05:30
assets Clean up solved reminders plugin (#47) 2026-05-26 13:59:49 +05:30
config Clean up solved reminders plugin (#47) 2026-05-26 13:59:49 +05:30
db FEATURE: Allow shorter remind_mark_solution_after_days windows (#46) 2026-05-25 10:11:38 +05:30
lib/solved_reminders initial commit 2024-08-15 20:58:02 +05:30
spec Clean up solved reminders plugin (#47) 2026-05-26 13:59:49 +05:30
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 FEATURE: Allow shorter remind_mark_solution_after_days windows (#46) 2026-05-25 10:11:38 +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