hacktoberfest-at-seneca-2018 icon indicating copy to clipboard operation
hacktoberfest-at-seneca-2018 copied to clipboard

Alphabetically organize the student submission wiki

Open biskit1 opened this issue 6 years ago • 3 comments

It's currently out of order. Can I try writing a script to do this?

biskit1 avatar Oct 10 '18 15:10 biskit1

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!

seanprashad avatar Oct 12 '18 22:10 seanprashad

Or maybe it's possible to add a search bar? so we can look up our name easier?

YuechengWu avatar Oct 14 '18 03:10 YuechengWu

@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 Titles 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)|       |       |       |
|       |       |       |       |       |       |       |

0xazure avatar Oct 15 '18 03:10 0xazure