GitLab Sort Content

A userscript that makes some lists & markdown tables sortable

2018-04-08 기준 버전입니다. 최신 버전을 확인하세요.

작성자
Mottie
평점
0 0 0
버전
0.1.0-beta
생성일
2018-04-08
갱신일
2018-04-08
크기
5.21KB
라이선스
MIT
적용 사이트

A userscript that makes markdown tables sortable

  • This userscript makes the following content sortable, and examples
  • The script uses tinysort:
    • So only a ascending or descending sort of the list can be applied.
    • The only way to reset the sort is to reload the page.
    • Sorting of dates will work if all dates are within the same year; dates that span years will not sort properly - this is a limitation of the tinysort plugin.
  • The sort only applies to the elements on the current page; lists that continue on to other pages are not included.

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

gitlab-sort-content-table