hacktoberfest-at-seneca-2018
hacktoberfest-at-seneca-2018 copied to clipboard
Alphabetically organize the student submission wiki
It's currently out of order. Can I try writing a script to do this?
Let's add a table of contents to quickly link to any student's submission while we're at it - this gist gives a great example of how to link to different parts of markdown.
If you need help with that, please give us a shout!
Or maybe it's possible to add a search bar? so we can look up our name easier?
@YuechengWu Ctrl+F (or Cmd+F on macOS) to activate your browser's in-page search should achieve what you're looking for.
@SeanPrashad I like the idea of a table of contents! My handle usually sorts to the top of most lists, but I think it would be really great for jumping around the list quickly.
Something like the below might be a good starting point (borrowed from lk-geimfari/awesomo), we would just have to add the necessary # Section Title
s for each letter.
| | | | | | | |
|--- |--- |--- |--- |--- |--- | ---|
|[A](#a)|[B](#b)|[C](#c)|[D](#d)|[E](#e)|[F](#f)|[G](#g)|
|[H](#h)|[I](#i)|[J](#j)|[K](#k)|[L](#l)|[M](#m)|[N](#n)|
|[P](#p)|[Q](#q)|[R](#r)|[S](#s)|[T](#t)|[U](#u)|[V](#v)|
|[W](#w)|[X](#x)|[Y](#y)|[Z](#z)| | | |
| | | | | | | |