ines / course-starter-python

👩‍🏫🐍 Starter repo for building interactive Python courses
https://course-starter-python.netlify.com
MIT License
504 stars 118 forks source link

Link directly to individual section within a chapter #29

Open joelostblom opened 2 years ago

joelostblom commented 2 years ago

Is it possible to create a link that goes directly to an individual section within a chapter? Say for example that I wanted to link to 2-Getting started in https://course.spacy.io/en/chapter1, how would I go about that? Ideally I would want the section to be opened up in a new tab on its own without the other section, but if the link autoscrolls the chapter page and expands the section that would also be a workable solution.

Edit: I just found these related issues, but it seems like the functionality was never merged into main?