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

https://github.com/onukura/gitbucket-drawio-plugin

Draw.io file rendering plugin for GitBucket
https://github.com/onukura/gitbucket-drawio-plugin

gitbucket gitbucket-plugin

Last synced: 3 months ago
JSON representation

Draw.io file rendering plugin for GitBucket

Awesome Lists containing this project

README

        

# gitbucket-drawio-plugin

A GitBucket plugin for rendering Draw.io file.

Based on [Diagram renderer](https://github.com/laingsimon/render-diagram).

## Screenshot

![screenshot](https://github.com/onukura/gitbucket-drawio-plugin/raw/assets/screenshot.png)

## Install

1. Download *.jar from Releases.
2. Deploy it to `GITBUCKET_HOME/plugins`.
3. Restart GitBucket.

## Build from source

```sbt
sbt assembly
```

This makes the assembly package
`target/scala-2.13/gitbucket-drawio-plugin-{plugin-version}.jar`
for deployment.

## Usage

This plugin process files with `.drawio` extension.

## Version

Plugin version|GitBucket version
:---|:---
0.1.x |4.36.x -