An open API service indexing awesome lists of open source software.

https://github.com/jbox-web/redmine_repobrowser

A Redmine plugin to add links to repositories's files in your Wiki pages, easy ;)
https://github.com/jbox-web/redmine_repobrowser

Last synced: 4 months ago
JSON representation

A Redmine plugin to add links to repositories's files in your Wiki pages, easy ;)

Awesome Lists containing this project

README

        

## Repository browser

[![GitHub license](https://img.shields.io/github/license/jbox-web/redmine_repobrowser.svg)](https://github.com/jbox-web/redmine_repobrowser/blob/devel/LICENSE)

### Add links to repositories's files in your Wiki pages, easy ;)

This plugin adds a new button to the wiki editor.
When clicked, a popup dialog with the directory structure of the projects repository is shown and can be browsed.
Once you found the file you where looking for, a link (`export:"path/filename"`) is added into the editor textform.

## Installation

Change to redmine/plugins folder and run:

```bash
git clone https://github.com/tleish/redmine_jstoolbar_ext
git clone https://github.com/jbox-web/redmine_repobrowser.git
```