/redmine_jstoolbar_ext_images

Redmine uses CodeRay for code syntax highlighting. The Redmine jsToolbar CodeRay Extension adds a button to the Redmine wiki and text editor toolbar for quick insert of all supported code syntax highlighting to make it easy to insert the code.

Primary LanguageJavaScript

Redmine jsToolbar Images Extension

Summary

The Redmine jsToolbar Images Extension enhances the images button for the Redmine wiki and text editor toolbar. If images are attached to a wiki page or issue, then an image menu will display when the image button is clicked with the list of images. It works with files existing attached images and also images that have just been uploaded, but not saved.

Buttons

Requirements

This plugin requires the Redmine jsToolbar Ext plugin to also be installed.

Features

  • Easily insert images (or thumbnails) that are uploaded or about to be upload
  • Supports Redmine Clipboard Image Paste plugin.
  • Fixes images with Spaces in File Name: In Redmine, if you upload an image with spaces in the name then it can be difficult to insert into the wiki text for viewing. (see: Redmine Issue #10189)
  • Supports both Textile and Markdown

Installation

$ cd redmine/plugins
$ git clone https://github.com/tleish/redmine_jstoolbar_ext
$ git clone https://github.com/tleish/redmine_jstoolbar_ext_images

restart Redmine

See Also: