This is a GitBucket plugin that adds popover preview functionality for issues and pull requests.
- Show popover preview on links to issues and pull requests.
- This plugin also enables many bootstrap tooltips.
Download jar file from the Releases page and put into GITBUCKET_HOME/plugins
.
- GitBucket 4.35.0 or later
- Web browsers that support ES2020 features
The latest version of Chrome, Edge or Firefox is recommended.
GitBucket requires the correct Base URL setting for reference links like #1
.
Please check the Base URL under System settings of your GitBucket.
- Install Node.js, npm, sbt, and JDK
- Clone this repository
- Run
npm ci
- Run
sbt assembly
- Copy
target\scala-2.13\gitbucket-popovers-plugin-x.x.x.jar
toGITBUCKET_HOME/plugins