google / comprehensive-rust

This is the Rust course used by the Android team at Google. It provides you the material to quickly teach Rust.
https://google.github.io/comprehensive-rust/
Apache License 2.0
27.49k stars 1.63k forks source link

Rewrite speaker note system #1232

Open mgeisler opened 12 months ago

mgeisler commented 12 months ago

The speaker-notes.js file is a little home-grown system for injecting speaker notes to the pages.

I would like to rewrite this to use a more modern development style:

mgeisler commented 10 months ago

Making the labels translatable is also being looked at in #1390.