good first issuehelp wanted
倉庫指標
- Star
- (32,954 star)
- PR 合併指標
- (平均合併 9天 23小時) (30 天內合併 36 個 PR)
描述
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:
- we should minimize the code when publishing the course
- we should make the label ("Speaker Notes") translatable!
- we could perhaps use a library for some of the state logic?
- we could take advantage of https://github.com/google/mdbook-i18n-helpers/issues/70 when it's ready to do less on the fly DOM manipulation