https://github.com/cdent/tslider
tsapp slide presenter using tiddlyspace hosted tiddlers
https://github.com/cdent/tslider
Last synced: about 1 month ago
JSON representation
tsapp slide presenter using tiddlyspace hosted tiddlers
- Host: GitHub
- URL: https://github.com/cdent/tslider
- Owner: cdent
- Created: 2012-09-13T16:57:11.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-27T09:50:18.000Z (about 13 years ago)
- Last Synced: 2025-06-01T12:10:26.122Z (about 1 year ago)
- Language: JavaScript
- Size: 262 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tslider - The T is Silent
This abandonware, the [impress.js hack](http://chromatazoa.tiddlyspace.com/) is better.
A [tsapp](http://tsapp.tiddlyspace.com/) for doing presentations. Architecture as follows:
* SPA loads up necessary CSS and JavaScript
* Loads up a tiddler which lists the slides, vertical is main slides,
horizontal is sub slides, as follows:
```
First
Second, Second.a, Second.b
Third
Fourth, Fourth.a, Fourth.b
```
* Uses history pushes to change location and indicate current slide.
* Arrows left and right traverse the main slides, up and down the
subs. Space goes "next", whatever that might be.
* Slides can be HTML or something that is rendered to HTML, they are
retrieved as JSON, render is used if present.
* Slide notes go in the same tiddler, anything below <hr> is notes
(assuming this selects okay).