Adds the ability for voting on a topic within a specified category in Discourse.
Go to file
dependabot[bot] f671bbfe50
Build(deps): Bump json5 from 2.2.1 to 2.2.2 (#139)
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-29 12:26:38 -05:00
.github/workflows DEV: Introduce syntax_tree for ruby formatting (#138) 2022-12-29 13:35:59 +01:00
app DEV: Introduce syntax_tree for ruby formatting (#138) 2022-12-29 13:35:59 +01:00
assets DEV: Plugin rename (#126) 2022-11-02 13:42:06 +08:00
config Update translations (#137) 2022-11-29 15:40:02 +01:00
db/migrate DEV: Introduce syntax_tree for ruby formatting (#138) 2022-12-29 13:35:59 +01:00
lib/discourse_topic_voting DEV: Introduce syntax_tree for ruby formatting (#138) 2022-12-29 13:35:59 +01:00
spec DEV: Introduce syntax_tree for ruby formatting (#138) 2022-12-29 13:35:59 +01:00
test/javascripts/acceptance DEV: Plugin rename (#126) 2022-11-02 13:42:06 +08:00
.discourse-compatibility FEATURE: Improve blank page syndrome (#110) 2022-04-01 19:37:08 +04:00
.eslintrc DEV: apply coding standards (#54) 2020-09-04 13:20:28 +02:00
.gitignore DEV: Remove Travis CI (#63) 2020-10-13 11:37:28 +02:00
.prettierrc DEV: apply coding standards (#54) 2020-09-04 13:20:28 +02:00
.rubocop.yml DEV: Introduce syntax_tree for ruby formatting (#138) 2022-12-29 13:35:59 +01:00
.streerc DEV: Introduce syntax_tree for ruby formatting (#138) 2022-12-29 13:35:59 +01:00
.template-lintrc.js DEV: apply coding standards (#54) 2020-09-04 13:20:28 +02:00
Gemfile DEV: Introduce syntax_tree for ruby formatting (#138) 2022-12-29 13:35:59 +01:00
Gemfile.lock DEV: Introduce syntax_tree for ruby formatting (#138) 2022-12-29 13:35:59 +01:00
LICENSE.txt Add who voted to vote count 2016-03-17 15:47:02 -05:00
README.md DEV: Plugin rename (#126) 2022-11-02 13:42:06 +08:00
package.json Bump eslint-config-discourse to 3.3.0 (#136) 2022-11-29 12:20:19 +01:00
plugin.rb DEV: Introduce syntax_tree for ruby formatting (#138) 2022-12-29 13:35:59 +01:00
translator.yml DEV: Switch from Transifex to Crowdin 2020-07-16 14:01:38 +02:00
yarn.lock Build(deps): Bump json5 from 2.2.1 to 2.2.2 (#139) 2022-12-29 12:26:38 -05:00

README.md

Discourse Topic Voting

Adds the ability for voting on a topic within a specified category.

Topic discussing the plugin itself can be found here: https://meta.discourse.org/t/discourse-voting/40121