A slideshow thing which you write in Markdown. Now with added remote controls and keyboard shortcuts.
Slideshows are arranged in subfolders of content/
and slides are individual markdown files within these.
Here's the tree of content/
├── 1-slideshow-one
│ ├── 1.md
│ ├── 2.md
│ ├── 3.md
│ ├── 4.md
│ ├── 5.md
│ ├── 6.md
├── 2-slideshow-two
│ ├── 1.md
│ ├── 2.md
│ ├── 3.md
│ ├── 4.md
│ ├── 5.md
│ └── 6.md
├── 3-slideshow-three
│ ├── 1.md
│ ├── 2.md
│ ├── 3.md
│ ├── 4.md
│ ├── 5.md
│ └── 6.md
When creating a new slideshow create a new folder with the name starting in the next incremental number like this 1-how-to-eat-peas
to keep everything in it's correct order.
To access the menu using the keyboard (so far)...
Right - Opens the menu
Left - Closes the menu
Up/Down - Navigate the menu
Enter - Choose slideshow
R - Open remote controls
Esc - Go to home screen
To run a simple PHP server...
php -S 0.0.0.0:8080 -t /path/to/folder/with/index.php
BTC - 1AYSiE7mhR9XshtS4mU2rRoAGxN8wSo4tK