Present code with step-by-step highlights [slides]
1–10 of 11 posts
Re: Present code with step-by-step highlights [slides]
#2Nice to see somebody is actually focusing on this!
Re: Present code with step-by-step highlights [slides]
#3Re: Present code with step-by-step highlights [slides]
#4Really nice. Why is there no syntax highlighting in the editor tho ? I mean there is color only on the rendered object.
Re: Present code with step-by-step highlights [slides]
#5Re: Present code with step-by-step highlights [slides]
#6Re: Present code with step-by-step highlights [slides]
#7Re: Present code with step-by-step highlights [slides]
#8https://speakerdeck.com/mmcloughlin/better-x86-assembly-gene...
The sample code is in a file with special comments at the end of each line specifying which slide numbers it should be revealed on as well as inline commentary to show to the right of the line. Syntax highlighting is provided by Pygments.
I was thinking about open sourcing it, it's actually only approx 200 lines of Python but I think it's quite effective.
Re: Present code with step-by-step highlights [slides]
#9How easy (or not) would it be to embed one of these in a markdown file (e.g., README.md)? Seems to me that might be a significantly better way to do code examples for a given repo.