https://github.com/discourse/discourse-characters-required
Display how many characters are required before a post be made
https://github.com/discourse/discourse-characters-required
discourse-plugin
Last synced: about 1 year ago
JSON representation
Display how many characters are required before a post be made
- Host: GitHub
- URL: https://github.com/discourse/discourse-characters-required
- Owner: discourse
- License: mit
- Created: 2018-01-03T20:59:15.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-03-17T10:57:55.000Z (about 1 year ago)
- Last Synced: 2025-03-26T05:22:27.885Z (about 1 year ago)
- Topics: discourse-plugin
- Language: JavaScript
- Homepage:
- Size: 524 KB
- Stars: 8
- Watchers: 21
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# discourse-characters-required
Shows how many characters a user has to input before their post is long enough
to go through.

## Installation
Follow our [Install a Plugin](https://meta.discourse.org/t/install-a-plugin/19157)
howto, using `git clone https://github.com/discourse/discourse-characters-required.git`
as the plugin command.
To enable, make sure the `characters required enabled` site setting is set to true.
## Contributing
Help make this plugin better by submitting a PR. It's as easy as 1-2-3
* fork the repo
* create a feature branch
* rebase off master and send the pr
This project uses MIT-LICENSE.
## Issues
If you have issues or suggestions for the plugin, please bring them up on [Discourse Meta](https://meta.discourse.org).