📓 Install "Predefined Replies" UserScript
This is a userscript, used with TamperMonkey, GreaseMonkey, or equivalent, to provide support volunteers with a quick and easy way to supply recurring answers to users.
Predefined replies can be separated into two categories, 'curated' and 'local'. The curated list of pre-defined replies lives here, in this GitHub repository, while the local list is what you, the user, create for your own personal use.
The curated lists are separated by locales, this because different communities have different approaches, common questions, and replies. The language files can be found within the src/replies
directory, and are all named as [locale].json
, where the locale is the local subdomain used on WordPress.org
For example, for the Swedish site, the local pre-defined replies would be found under src/replies/sv.json
.
See the README.ME file in the replies section for further instructions on file structures.
To install, open /src/wordpress-predefined-replies.user.js
and hit the Raw button. TamperMonkey or GreaseMonkey will take over from there.
Contributions are welcome, bugreports, suggestions and even pull requests! No limitations, shoot for the stars!
The project uses no fancy build procedures, it's all JavaScript and the source is in the src/
directory