File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ const misc: SidebarsConfig = {
2525 "tools/start-script-gen" ,
2626 "tools/minimessage-web-editor" ,
2727 "tools/item-command-converter" ,
28+ "tools/diff-viewer" ,
2829 ] ,
2930 } ,
3031 "java-install" ,
Original file line number Diff line number Diff line change 1+ ---
2+ slug : /tools/diff-viewer
3+ description : Multi-file rich diff viewer for GitHub and diff/patch files.
4+ ---
5+
6+ # Diff Viewer
7+
8+ The GitHub diff viewer is a great tool for most uses cases, but it has a variety of limitations,
9+ especially when dealing with large diffs where the viewer will perform poorly or even crash. The
10+ Patch Roulette Diff Viewer solves this problem while also providing a variety of additional features
11+ useful for PaperMC and generally, such as special handling for second-order diffs. We have also
12+ built a browser extension for Firefox and Chrome to streamline opening GitHub diffs in the viewer.
13+
14+ - https://patch-roulette.papermc.io/diff - The Diff Viewer itself
15+ - [ Chrome Extension] ( https://chromewebstore.google.com/detail/patch-roulette/feaaoepdocmiibjilhoahgldkaajfnhb )
16+ - [ Firefox Extension] ( https://addons.mozilla.org/en-US/firefox/addon/patch-roulette/ )
You can’t perform that action at this time.
0 commit comments