Is your feature request related to a problem? Please describe.
The navigation which links to other lectures in the course doesn't work and links to something like: "/courses/name-of-course/lectures/36979557" which doesn't work with the local file system and ends up being a dead link.
Describe the solution you'd like
It should link to the actual location it saves the files such as: "../02-name-of-lesson-folder/01--name-of-lesson.html" . I guess it's just copying directly from the html file, but it shouldn't be too difficult to implement something which replaces this with the hierarchy which is already used when saving the files.
Additional context
This will let you navigate throughout the course much easier.
Is your feature request related to a problem? Please describe.
The navigation which links to other lectures in the course doesn't work and links to something like: "/courses/name-of-course/lectures/36979557" which doesn't work with the local file system and ends up being a dead link.
Describe the solution you'd like
It should link to the actual location it saves the files such as: "../02-name-of-lesson-folder/01--name-of-lesson.html" . I guess it's just copying directly from the html file, but it shouldn't be too difficult to implement something which replaces this with the hierarchy which is already used when saving the files.
Additional context
This will let you navigate throughout the course much easier.