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 ;)
- Host: GitHub
- URL: https://github.com/jbox-web/redmine_repobrowser
- Owner: jbox-web
- License: mit
- Created: 2013-08-22T15:32:18.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2019-10-25T00:47:11.000Z (over 5 years ago)
- Last Synced: 2024-12-25T21:10:03.145Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 251 KB
- Stars: 0
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Repository browser
[](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
```