Save time by creating quick replies that could be reused in any WYSIWYG editors.
This plugin version is compatible only with Redmine 4.2 and later.
-
Download the .ZIP archive, extract files and copy the plugin directory to
#{REDMINE_ROOT}/plugins/redmine_quick_replies
. -
Make a backup of your database, then run the following command to update it:
bundle exec rake redmine:plugins:migrate NAME=redmine_quick_replies RAILS_ENV=production
-
Restart Redmine.
-
Make a backup of your database, then rollback the migrations:
bundle exec rake redmine:plugins:migrate NAME=redmine_quick_replies VERSION=0 RAILS_ENV=production
-
Remove the plugin's folder from
#{REDMINE_ROOT}/plugins
. -
Restart Redmine.
Quick replies could be used on any WYSIWYG editor available on Redmine:
- Click on the "Quick Replies" button;
- Select the quick reply that you want to append by its name.
Access your quick replies through your account:
- Click on the "My account" on Redmine's top menu;
- Click on the "Quick replies";
- Create, edit or delete your quick replies though this page.
Run tests using the following command:
bundle exec rake redmine:plugins:test NAME=redmine_quick_replies RAILS_ENV=test
Please see CONTRIBUTING and CODE OF CONDUCT for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Copyright © eXolnet. All rights reserved.
This code is licensed under the MIT license. Please see the license file for more information.