slidy
Fuminori Ido
1. Overview
2. How to generate
Commandline is as follows:
$ juli gen -g slidy -t slidy.html wikiname.txt
※ slidy generator doesn't support bulk-mode since it doesn't make sense.
As you can see source (lib/juli/visitor/slidy.rb), it is very small.
3. Navigation
- Mouse click or Right(→) key to go to the next page.
- Left(←) key to go to the previous page.
4. Markup
Juli slidy markup follows Juli Wiki Formatting, of course.
See index.
Level 1 header is a slide page. Lower level of headers are shown
in the same page as follows:
4.1. Level 2 header
Level 2 header
4.1.1. Level 3 header
5. Markup(2)
As explained already, HTML can be written in Juli so that any
image and table can be written as follows:
6. Advantage
- Small file size (this slidy document is < 2k bytes!)
- Fast and easy input
7. Restriction
Juli slidy has minumum functionality currently to navigate pages.
Other functionalities, for example we can see in Asciidoc as follows,
are not yet supported:
- Incremental elements (e.g. Asciidoc slidy).
- NOTE icon, Important icon.
- ...
8. See also