feat(docs): add table of contents to README#1032
feat(docs): add table of contents to README#1032johnnyreilly merged 7 commits intoTypeStrong:masterfrom
Conversation
|
(friendly) bump @johnnyreilly |
|
Sorry I missed this Joe - been snowed! This looks super cool!! I actually didn't realize you could include html in a markdown file. I must admit to a a gut feeling of "but it's HTML in a markdown file - outrageous!". But I can get past that 😉 So what's the process for regeneration? |
|
No worries at all! 😂 Fair point! So now that you're asking, I'm second-questioning the package/tool I used...It looks like this one Let me know if you think that would be worth it, and I'll make some time to investigate this weekend. |
|
Oh that sounds great! Yeah automating is always a good goal and so if you are game for looking into that I'd be super grateful! |
|
@johnnyreilly I got it working! 😄 Check it out. Updated the description. Open to feedback if you have any opinions on anything too! |
|
Awesome! I'll try and take a look this weekend. Ping me if I forget! |
|
@johnnyreilly friendly ping 😄 |
|
Looks awesome! So this regenerates what sits between |
|
There might be an issue with this - see linked issue |
|
Hoping to address in #1045 |
This PR adds a table of contents to the README (auto-generated using
github-markdown-toc).It also makes the heading of the README look a little better.
Resolves one task from #1024
Gif
Here's the package

markdown-tocin action:UPDATE
I automated it by adding a
pre-pushhook that runs this script:It's super fast! And I did
pre-pushbecause I figuredpre-commitmight be too much.