All Projects → lest → redmine_thumbnails

lest / redmine_thumbnails

Licence: other
Redmine Thumbnails Plugin

Programming Languages

ruby
36898 projects - #4 most used programming language

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

Installation and Setup

  1. Install plugin redmine_image_cache

  2. Follow the Redmine plugin installation steps at www.redmine.org/wiki/redmine/Plugins

  3. Make sure you have installed ImageMagick and mini_magick gem

  4. 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 github.com/lest/redmine_thumbnails/issues

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].