Skip to content

GitHub sort content

Rob Garrison edited this page Oct 11, 2017 · 49 revisions

A userscript that makes some lists & markdown tables sortable

* NOTE * Columns containing dates will not sort as expected because the tinysort library does not support it natively.

Screenshots

Markdown table

github-sort-content-table

Organization repos/people (only the current page)

github-sort-content-organization

Following/You Know

github-sort-content-following

Change Log

Version 1.2.3 (10/11/2017)

  • Fix sort container selectors.

Version 1.2.2 (10/8/2017)

  • Update mutation script url.
  • Fix linting issues.

Version 1.2.1 (7/14/2017)

  • Prevent duplicate header on browser back (Chrome).

Version 1.2.0 (7/3/2017)

  • Make repo file list sortable. Fixes issue #24.

Version 1.1.6 (5/16/2017)

  • Change license to MIT.

Version 1.1.5 (3/25/2017)

  • Fix linting.

Version 1.1.4 (1/13/2017)

  • Remove extra css definitiion.

Version 1.1.3 (1/11/2017)

  • Clean up "closest" function.
  • Update to match layout changes.

Version 1.1.2 (12/31/2016)

  • Remove unnecessary log.

Version 1.1.1 (12/28/2016)

  • Clean up linting issues.

Version 1.1.0 (9/15/2016)

  • Add sort to user navigation bar (Overview, Repositories, Stars, Followers & Following).

Version 1.0.8 (9/12/2016)

  • Beautified.

Version 1.0.7 (9/3/2016)

Version 1.0.6 (9/2/2016)

  • Clean up code & Fix sorting issue on main page repo boxes.

Version 1.0.4 & 1.0.5 (8/20/2016)

  • Include background no-repeat with sorted arrows. Fixes issue #5.
  • Update user repo tab class name. See issue #5.

Version 1.0.3 (7/29/2016)

  • Prevent JS error when clicking on the TOC userscript arrows.

Version 1.0.2 (7/21/2016)

  • Add following/follower list sort.

Version 1.0.1 (7/17/2016)

  • Add missing !important flag & screenshot.

Version 1.0.0 (7/13/2016)

  • Initial commit.
Clone this wiki locally