Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@

A local web app for a Mac Studio that controls ProPresenter through the ProPresenter public REST API. It does **not** require Docker or npm packages. It now runs as a Flask application.

## Screenshots

### Main notes view

![Main notes view showing slide thumbnails, selected slide notes, and navigation controls.](docs/screenshots/main-notes-view.png)

### Library selector

![Library selector showing available ProPresenter libraries.](docs/screenshots/library-selector.png)

### Presentation selector

![Presentation selector showing available presentations in the selected library.](docs/screenshots/presentation-selector.png)

## What it does

- Shows a selector for presentations found in ProPresenter libraries.
Expand Down
11 changes: 11 additions & 0 deletions docs/screenshots/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# README screenshot assets

Codex PR creation does not currently attach binary image files. Add the README
screenshots manually at these paths after this text-only PR is applied:

- `docs/screenshots/main-notes-view.png`
- `docs/screenshots/library-selector.png`
- `docs/screenshots/presentation-selector.png`

The README already references these filenames, so uploading PNGs with these exact
names will make the screenshots render without additional README edits.
Binary file added docs/screenshots/library-selector.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/screenshots/main-notes-view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/screenshots/presentation-selector.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading