redmine_thumbnails
redmine_thumbnails copied to clipboard
Redmine Thumbnails Plugin
= Redmine Thumbnails plugin
The Thumbnails plugin adds ability to insert attachment's thumbnails into issues, documents and wiki pages
== Features
- Wiki macro to insert thumbnail
- Reference to attachment in any issue
- Specify width and height (and set default values in plugin settings)
- Button in attachment list to copy thumbnail code to clipboard
== Getting the plugin
A copy of the plugin can be downloaded from {GitHub}[http://github.com/lest/redmine_thumbnails]
== Installation and Setup
- Install plugin {redmine_image_cache}[https://github.com/twinslash/redmine_image_cache]
- Follow the Redmine plugin installation steps at http://www.redmine.org/wiki/redmine/Plugins
- Make sure you have installed ImageMagick and mini_magick gem
- Restart your Redmine web servers (e.g. mongrel, thin, passenger)
== Example Usage
{{thumb(example.png)}}
{{thumb(example.png, issue=123)}}
{{thumb(example.png, width=300)}}
{{thumb(example.png, width=300, height=200)}}
== Project help
If you need help you can contact the maintainer at the Bug Tracker. The bug tracker is located at http://github.com/lest/redmine_thumbnails/issues