0
|
1 # Todos and Ideas
|
|
2
|
|
3 ## Theming
|
|
4
|
|
5 * add some themes;
|
|
6
|
|
7 ## Addons
|
|
8
|
|
9 * add hash addon
|
|
10 * add help addon
|
|
11 * add timer addon
|
|
12
|
|
13 ## JavaScript cleanup
|
|
14
|
|
15 * use prototype for functions
|
|
16 * use _ (underscore) for properties e.g. this.smax becomes this._smax
|
|
17 * add a Slide class ??
|
|
18 * add a slide.js script that includes everything (including css) for easy use
|
|
19
|
|
20 ## More
|
|
21
|
|
22 * add support for far-past, past, current, future, far-future CSS classes on slides
|
|
23 * add support for iframe slides (e.g. fullscreen); see CSSS for examples
|
|
24 * add autostyle: true | false option ??
|
|
25 * check if slide has id (if yes, reuse user-supplied id)
|
|
26
|
|
27 ## Known bugs
|
|
28
|
|
29 * jumpList in navList visibility won't work in chrome on :hover |