|
|
|
|
|
by markm208
1317 days ago
|
|
I am the author of the tutorial. I created a tool that captures keystrokes and file operations in a popular editor and allows them to be played back in a browser. The author can then add a narrative as the code evolves with text, pictures, and videos. I have more 'books' on C++, python, SQL, web dev, dart/flutter, clojure, ruby, and more: https://markm208.github.io/ I use these for the programming-focused cs courses that I teach instead of having the students buy bloated textbooks. The students prefer them to books (no surprise) and videos (somewhat surprising). The code is searchable and copy/pasteable so the students actually use it. The tool is free and open. |
|
Congratulations on designing and developing the system, as well as pouring such a high quality content to it.
I can see the code of a book on GitHub[1]. It seems that the data of a single chapter is crushed in a single JS object[2].
Is the chapter data manageable in some text format, or is it only through the GUI presented in the docs[3]?
[1] https://github.com/markm208/exbook.
[2] https://github.com/markm208/exbook/blob/master/chapter1/01/j...
[3] https://markm208.github.io/storyteller/index.html