discourse/plugins/discourse-post-voting
2026-04-24 16:00:36 +02:00
..
app UX: post voting styling, accessibility, and small fixes (#39443) 2026-04-22 14:41:12 +02:00
assets FIX: Post voting count not updating reactively (#39416) 2026-04-22 14:42:07 +02:00
config I18N: Update translations (#39521) 2026-04-24 16:00:36 +02:00
db/migrate
extensions
lib DEV: Fix assigned but unused variable Prism warnings (#39436) 2026-04-22 12:42:14 +02:00
spec UX: post voting styling, accessibility, and small fixes (#39443) 2026-04-22 14:41:12 +02:00
test/javascripts/acceptance FIX: Update post-voting test selectors to match BEM rename (#39457) 2026-04-22 16:30:38 +02:00
package.json DEV: Add a script for generating external types in discourse-types (#37095) 2026-03-09 20:37:43 +01:00
plugin.rb UX: post voting styling, accessibility, and small fixes (#39443) 2026-04-22 14:41:12 +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 Post Voting

Discourse Post Voting allows the creation of topics with votable posts.

image

Please refer to https://meta.discourse.org/t/227808 for more info!

Contributions

Special thanks to Pavilion for building https://github.com/paviliondev/discourse-question-answer which this plugin took inspirations from.