JackLot / LearnGit.io

LearnGit.io is a collection of high-quality learning resources.
https://app.learngit.io/
5 stars 0 forks source link

Cheatsheets #9

Open JackLot opened 6 months ago

JackLot commented 6 months ago

Most lesson videos conclude with a review of all the commands covered in the lesson (screenshot below). But it would also make sense to have something similar available for learners in the written lesson.

Screenshot 2024-01-05 at 4 57 26 PM

I'm thinking something like a button on the lesson page that when clicked opens a modal with all the commands listed. Maybe something like the mockup below. Originally I was thinking about having this sort of cheatsheet modal available on every heading within the written lesson, but I don't think that saves as much time (or adds as much value) as succinctly summarizing the whole lesson in one larger cheatsheet.

cheatsheet mock

Interested in feedback on this.

JackLot commented 6 months ago

Related ticket

One thing on my "wish list" is a small, discrete set of Mermaid diagrams for the most important example cases (such as the ones featured in your videos). Ideally, i'd be able to "interact" with the diagrams by jumping to various points in the commit history, basically performing some of the "terminal magic" you do in your YouTube videos, but recreating them in a reproducible and navigable way.