Commit Graph

22 Commits

Author SHA1 Message Date
astefanutti
ea2c868173 Fix remark.js plugin activation condition 2015-07-09 17:32:59 +02:00
astefanutti
2f5987ba5d Better help messages for the automatic and generic commands 2015-07-09 15:07:55 +02:00
astefanutti
591e14155b Add generic plugin to support any kind of presentation frameworks
The generic plugin emulates the end-user interaction by pressing the
specified key [--keycode] and iterating over the presentation as long as
any change to the DOM is detected by observing mutation events to the body
element and its subtree.

To support the generic plugin feature, the following enhancements are
introduced:
- Move to promises based navigation scheduling
- Build CLI commands directly from available plugins
- Enable per plugin CLI help and options
- Enable by-command overriding of the selected plugin
2015-07-08 17:41:40 +02:00
astefanutti
a5ed42d5d0 Add Shower plugin and example 2015-07-03 14:58:11 +02:00
astefanutti
47868fa434 Add CSSS plugin and example 2015-07-03 10:58:16 +02:00
astefanutti
d79fdd38f8 Add HTML Slidy plugin and example 2015-07-02 18:21:56 +02:00
astefanutti
f96db722f4 Add remark.js plugin and example 2015-07-01 18:07:00 +02:00
astefanutti
831304e0cd Get rid of return keyword in nextSlide SPI 2015-07-01 16:09:33 +02:00
astefanutti
894ef96f12 Add flowtime.js plugin and example 2015-07-01 16:07:26 +02:00
astefanutti
16e8502d78 Avoid 'Can't find variable: $' message in deck.js detection 2015-07-01 16:07:25 +02:00
astefanutti
957da7a9f1 Add deck.js plugin 2015-07-01 11:20:48 +02:00
astefanutti
ba7007de25 Take substeps into account in the impress.js plugin 2015-06-30 16:19:48 +02:00
astefanutti
a2e68be440 Improve impress.js version compatibility 2015-06-30 16:18:19 +02:00
Antonin Stefanutti
ccfe36cf5a Add impress.js plugin 2015-06-29 23:05:16 +02:00
astefanutti
d48327b916 Improve reveal.js plugin detection message for reveal.js version < 2.3.0 2015-06-03 11:14:04 +02:00
astefanutti
199401a4cc Strictly comply with reveal.js URL rewritting by removing the 'f' and null 'v' coordinates 2015-06-02 12:04:01 +02:00
Antonin Stefanutti
2e558c0756 Log slide id as slide index instead of (h,v,f) coordinates in reveal.js plugin
Manage slide index overflowing
2015-06-02 01:00:17 +02:00
Antonin Stefanutti
fd27d19aba Support reveal.js version < 3.0.0 and plugins that do not support total slides count 2015-06-01 23:38:45 +02:00
Antonin Stefanutti
973805eccd Fix reveal.js plugin current slide index 2015-05-29 13:56:59 +02:00
Antonin Stefanutti
047bc2cfeb Slides framework plugin auto-detection 2015-05-29 13:22:00 +02:00
Antonin Stefanutti
e08409b48d Add reveal.js plugin 2015-05-28 23:35:06 +02:00
Antonin Stefanutti
e271a3134e Setup plugins insfrastructure 2015-05-28 16:38:43 +02:00