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
- Host: GitHub
- URL: https://github.com/onukura/gitbucket-drawio-plugin
- Owner: onukura
- License: apache-2.0
- Created: 2021-11-28T16:30:09.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-28T16:44:13.000Z (over 3 years ago)
- Last Synced: 2025-01-07T20:01:20.330Z (5 months ago)
- Topics: gitbucket, gitbucket-plugin
- Language: JavaScript
- Homepage:
- Size: 579 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

## 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 -