Plugins Directory » Redmine Auto Save Drafts Plugin
|
Author: | Kota Shiratsuka |
---|---|---|
Website: | https://github.com/INSANEWORKS/redmine_auto_save_drafts | |
Code repository: | https://github.com/INSANEWORKS/redmine_auto_save_drafts.git | |
Registered on: | 2024-12-05 (17 days ago) | |
Current version: | 1.0.0 | |
Compatible with: | Redmine 6.0.x | |
User ratings: |
Redmine Auto Save Drafts Plugin¶
Redmine Auto Save Drafts is a plugin for Redmine that automatically saves your input in tickets and comments, ensuring that your work is never lost due to accidental browser closures or navigation. It restores drafts seamlessly without requiring user intervention.
Features¶
- Automatically saves ticket descriptions, subjects, and comments locally in the browser.
- Restores drafts automatically without user confirmation.
- Displays "Saved (n seconds ago)" messages dynamically to keep users informed.
- Uses Web Storage (localStorage) for privacy and efficiency.
- Removes saved drafts upon successful form submission.
- Support English Japanese French
Installation notes
- Clone this repository into your Redmine
plugins
directory:
git clone https://github.com/INSANEWORKS/redmine_auto_save_drafts.git plugins/redmine_auto_save_drafts - Restart your Redmine instance.
Changelog
1.0.0 (2024-12-05)
Compatible with Redmine 6.0.x.