Landslide

Markdown-based HTML5 slideshow generator
Download

Landslide Ranking & Summary

Advertisement

  • Rating:
  • License:
  • The Apache License 2.0
  • Price:
  • FREE
  • Publisher Name:
  • Adam Zapletal
  • Publisher web site:
  • http://github.com/adamzap/

Landslide Tags


Landslide Description

Markdown-based HTML5 slideshow generator Landslide is a tool that takes your Markdown file(s) and generates a slideshow like this.Markdown Formatting Instructions * To create a title slide, render a single h1 element (eg. # My Title) * Separate your slides with a horizontal rule (--- in markdown) * Your other slides should have a heading that renders to an h1 element * To highlight blocks of code, put !{lang} where {lang} is the pygment supported language identifier as the first indented line * See the included slides.md for an exampleRendering Instructions * Put your markdown content in a Markdown file, eg slides.md * Run ./landslide slides.md * Enjoy your newly generated presentation.htmlAs a proof of concept, you can even transform this annoying README into a fancy presentation:./landslide README.md && open presentation.htmlOr get it as a PDF document, at least if PrinceXML is installed and available on your system:./landslide README.md -d readme.pdf open readme.pdfOptionsSeveral options are available using the command line:./landslide --helpUsage: landslide input ...Generates fancy HTML5 or PDF slideshows from Markdown sourcesOptions: -h, --help show this help message and exit -b, --debug Will display any exception trace to stdin -d FILE, --destination=FILE The path to the to the destination file: .html or .pdf extensions allowed (default: presentation.html) -e ENCODING, --encoding=ENCODING The encoding of your files (defaults to utf8) -i, --embed Embed base64-encoded images in presentation -t FILE, --template=FILE The path to a Jinja2 compatible template file -o, --direct-ouput Prints the generated HTML code to stdin; won't work with PDF export -q, --quiet Won't write anything to stdin (silent mode) -v, --verbose Write informational messages to stdin (enabled by default)Note: PDF export requires the `prince` program: http://princexml.com/


Landslide Related Software