Skip to content

tanakh/pandoc-html5slide

Repository files navigation

google-html5-slide

This is a Google HTML5 Slide generator for Pandoc documents.

Install

You can install from Hackage using cabal-install.

$ cabal update
$ cabal install google-html5-slide

Usage

Write a document supported by Pandoc (currently, google-html-slide supports only markdown documents), then convert it to HTML slide.

$ google-html5-slide your-slide.md
... (it generates your-slide.html) ...

Passing --poll option, you can poll filesystem for changes (like omake -P).

$ google-html5-slide your-slide.md --poll
[2012-06-26 20:02:25.2048234]: update
[2012-06-26 20:02:46.2600277]: update
[2012-06-26 20:02:48.3091449]: update
...

To know more detailed usage, please pass --help option.

Example

You can find a translation of Google HTML5 Demo Slide at here.

About

Google HTML5 Slide generator

Resources

License

Stars

Watchers

Forks

Packages

No packages published