Skip to content

GitHub sort content

Rob Garrison edited this page May 10, 2018 · 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.8 (2018-05-10)

  • Update mutation script.

Version 1.2.7 (2018-04-12)

  • Code cleanup.
  • Fix user/org sorting.

Version 1.2.6 (2018-04-09)

  • Update mutation script url.

Version 1.2.5 (2018-01-30)

  • Update GM4 polyfill.

Verison 1.2.4 (2017-12-13)

  • Add GM4 polyfill & update assets.
  • Add sort to Your Teams.

Version 1.2.3 (2017-10-11)

  • Fix sort container selectors.

Version 1.2.2 (2017-10-08)

  • Update mutation script url.
  • Fix linting issues.

Version 1.2.1 (2017-07-14)

  • Prevent duplicate header on browser back (Chrome).

Version 1.2.0 (2017-07-03)

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

Version 1.1.6 (2017-05-16)

  • Change license to MIT.

Version 1.1.5 (2017-03-25)

  • Fix linting.

Version 1.1.4 (2017-01-13)

  • Remove extra css definitiion.

Version 1.1.3 (2017-01-11)

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

Version 1.1.2 (2016-12-31)

  • Remove unnecessary log.

Version 1.1.1 (2016-12-28)

  • Clean up linting issues.

Version 1.1.0 (2016-09-15)

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

Version 1.0.8 (2016-09-12)

  • Beautified.

Version 1.0.7 (2016-09-03)

Version 1.0.6 (2016-09-02)

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

Version 1.0.4 & 1.0.5 (2016-08-20)

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

Version 1.0.3 (2016-07-29)

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

Version 1.0.2 (2016-07-21)

  • Add following/follower list sort.

Version 1.0.1 (2016-07-17)

  • Add missing !important flag & screenshot.

Version 1.0.0 (2016-07-13)

  • Initial commit.
Clone this wiki locally