diff --git a/readme.md b/readme.md index 99654e0..c413a5d 100644 --- a/readme.md +++ b/readme.md @@ -1,12 +1,11 @@ # Refined GitHub [![Chrome version][badge-cws]][link-cws] [![Firefox version][badge-amo]][link-amo] [![Deployment][badge-travis]][link-travis] - [badge-cws]: https://img.shields.io/chrome-web-store/v/hlepfoohegkhhmjieoechaddaejaokhf.svg?label=chrome - [badge-amo]: https://img.shields.io/amo/v/refined-github-.svg?label=firefox - [badge-travis]: https://img.shields.io/travis/sindresorhus/refined-github/master.svg?label=deployment - [link-cws]: https://chrome.google.com/webstore/detail/refined-github/hlepfoohegkhhmjieoechaddaejaokhf "Version published on Chrome Web Store" - [link-amo]: https://addons.mozilla.org/en-US/firefox/addon/refined-github-/ "Version published on Mozilla Add-ons" - [link-travis]: https://travis-ci.org/sindresorhus/refined-github - +[badge-cws]: https://img.shields.io/chrome-web-store/v/hlepfoohegkhhmjieoechaddaejaokhf.svg?label=chrome +[badge-amo]: https://img.shields.io/amo/v/refined-github-.svg?label=firefox +[badge-travis]: https://img.shields.io/travis/sindresorhus/refined-github/master.svg?label=deployment +[link-cws]: https://chrome.google.com/webstore/detail/refined-github/hlepfoohegkhhmjieoechaddaejaokhf "Version published on Chrome Web Store" +[link-amo]: https://addons.mozilla.org/en-US/firefox/addon/refined-github-/ "Version published on Mozilla Add-ons" +[link-travis]: https://travis-ci.org/sindresorhus/refined-github > Browser extension that simplifies the GitHub interface and adds useful features @@ -18,10 +17,8 @@ Our hope is that GitHub will notice and implement some of these much needed impr GitHub Enterprise is also supported by [authorizing your own domain in the options](https://github.com/sindresorhus/refined-github/pull/450). This is supported in Chrome and Firefox 55+ (to be released in August 2017). -[Read more in this blog post](https://blog.sindresorhus.com/refined-github-21185789685d) - -✨ **[What's new lately](https://blog.sindresorhus.com/whats-new-in-refined-github-836d05582df7)** ✨ - +- **[What's new lately](https://blog.sindresorhus.com/whats-new-in-refined-github-836d05582df7)** +- [Original announcement](https://blog.sindresorhus.com/refined-github-21185789685d) ## Install @@ -32,75 +29,75 @@ GitHub Enterprise is also supported by [authorizing your own domain in the optio ## Highlights - - - - - - - + + + + + + +
- Dashboard cleanup -
- -
+ Dashboard cleanup +
+ +
- - - - - - - - - + + + + + + + + +
- Mark issues and pull requests as unread
- (They will reappear in Notifications) -
- Preserves the original Markdown when you copy text from comments -
- - - -
+ Mark issues and pull requests as unread
+ (They will reappear in Notifications) +
+ Preserves the original Markdown when you copy text from comments +
+ + + +
- - - - - - - - - + + + + + + + + +
- Reaction avatars - - Moves destructive buttons in commenting forms away from the primary button -
- - - -
+ Reaction avatars + + Moves destructive buttons in commenting forms away from the primary button +
+ + + +
- - - - - - - - + + + + + + + +
- Linkifies issue/PR references in code, comments and titles -
- - - -
+ Linkifies issue/PR references in code, comments and titles +
+ + + +
diff --git a/webpack.config.js b/webpack.config.js index 65f4fc5..fe44341 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -1,3 +1,4 @@ +'use strict'; const path = require('path'); const webpack = require('webpack');