joshdholtz / DeckUI

Swift DSL for writing slide decks in Xcode
MIT License
601 stars 27 forks source link

Adds a presenter notes view for macOS #32

Closed zhbrass closed 1 year ago

zhbrass commented 1 year ago

Refactored the deck state to an ObservableObject singleton so it can be used to update multiple windows and doesn't have to be passed around everywhere.

Presenter notes for each slide can be added to the comments argument in the init method of a Slide.

Arrow keystrokes to change the slide or highlighted line work in both the presenter view and the presenter notes view

26