Skip to content
This repository has been archived by the owner on Nov 29, 2017. It is now read-only.

Mottie/ZenHub-userscripts

Repository files navigation

ZenHub userscripts tag

NOTE: In the lastest ZenHub update, all issue cards are now absolutely positioned. Because of this change, I am dropping support of these userscripts.

This repository currently contains the following userscripts... more may be added in the future:

Related Userscripts:

Installation

  1. Make sure you have user scripts enabled in your browser (these instructions refer to the latest versions of the browser):
  1. Install the userscript by clicking on the link:
  1. If you need to use these scripts on GitHub Enterprise sites, you'll need to modify the userscript by adding your Enterprise URL near the top:

    // @include https://github-enterprise.dev/*

    You might also want to disable the automatic updating of the userscript to prevent removal of the above line after an update. Remove these two lines from near the top of the userscript:

    // @updateURL   ...
    // @downloadURL ...

Description

ZenHub Sort Issues:

Hover over the pipeline header to reveal the sort arrows. In the latest update, issues may be sorted based on a selected set of data.

zenhub-sort-issues

ZenHub Toggle Meta:

Click on the label icon to show or hide the pipeline meta data (labels & other data)

zenhub-toggle-meta