Plugins Directory » Redmine Paste As Wiki Tables plugin
|
Author: | Jan Catrysse |
---|---|---|
Website: | https://github.com/jcatrysse/redmine_paste_as_wiki_tables | |
Code repository: | https://github.com/jcatrysse/redmine_paste_as_wiki_tables.git | |
Registered on: | 2023-08-02 (over 1 year ago) | |
Current version: | 0.1.1 | |
Compatible with: | Redmine 5.1.x, 5.0.x, 4.2.x, 4.1.x, 4.0.x | |
User ratings: |
This plugin enhances the functionalities of Redmine by handling paste events for tables and clipboard images.
Many thanks to the original authors suer
and knt419
for the excellent work.
Features¶
- Table Format Pasting: This plugin allows you to directly paste text from Excel (or any tab-separated text with carriage returns) onto your clipboard as Wiki-style table format. It intelligently formats your clipboard data to ensure seamless integration within your Wiki tables.
- Image Addition to Issue Notes: In addition to the existing feature of adding images to new issue notes, this plugin enables you to include images even while editing existing issue notes. Importantly, this operation triggers a save function, ensuring that your newly added attachments are saved correctly.
Installation notes
Type below commands:
- $ cd $RAILS_ROOT/plugins
- $ git clone https://github.com/jcatrysse/redmine_paste_as_wiki_tables.git
- $
bundle exec rake redmine:plugins:migrate NAME=redmine_paste_as_wiki_tables RAILS_ENV=production
Clipboard options can be modified in the Plugin Settings
Then, restart your Redmine.
Changelog
0.1.1 (2023-08-23)
Compatible with Redmine 5.1.x, 5.0.x, 4.2.x, 4.1.x, 4.0.x.
- Add preview for pasted clipboard images
0.1.0 (2023-08-09)
Compatible with Redmine 5.1.x, 5.0.x, 4.2.x, 4.1.x, 4.0.x.
- Optimize code structure (hooks)
- Refactoring of the JavaScript
0.0.3 (2023-08-03)
Compatible with Redmine 5.1.x, 5.0.x, 4.2.x, 4.1.x, 4.0.x.
- Better handling when accidentally submitting the issue, when the note was not yet saved.
0.0.2 (2023-08-02)
Compatible with Redmine 5.1.x, 5.0.x, 4.2.x, 4.1.x, 4.0.x.