Project

General

Profile

Plugins Directory » Redmine AdvancedImage

Author: Five Above Infinity
Website: https://github.com/5inf/redmine_advancedimage
Code repository: https://github.com/5inf/redmine_advancedimage
Registered on: 2020-04-17 (about 4 years ago)
Current version: 0.0.4
Compatible with: Redmine 4.1.x, 4.0.x
User ratings:   (0)

This plugin provides a macro to display images with subtitles and anotation capabilites and a macro to reference an image from within a wiki page. Also included are macros to display tables with headers and formulas with labels as well as capabilities to link to each of them. Formula support requires the redmine_latex_mathjax (https://github.com/5inf/redmine_latex_mathjax) or a similar plugin to be installed.

Installation notes

  1. Download archive and extract to /your/path/to/redmine/plugins/
  2. Restart Redmine

Changelog

0.0.4 (2020-04-29)

Compatible with Redmine 4.1.x, 4.0.x.

Compatibility with redmine 4.0.x

0.0.3 (2020-04-28)

Compatible with Redmine 4.1.x.

Make tables sortable

Add Javascript and CCS to make tables sortable.
Uses the sortable script from github.com/HubSpot/sortable, forked to github.com/5inf/sortable
Adapted to allow the script to be included before the tables by using the DOMContentLoaded
event to modifiy tables after the page is fully loaded.

0.0.2 (2020-04-17)

Compatible with Redmine 4.1.x.