Skip to content

lest/redmine_thumbnails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Redmine Thumbnails Plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages