Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yoshiki/markdown2impress

markdown2impress is script to convert markdown into presentation using impress.js.
https://github.com/yoshiki/markdown2impress

Last synced: 3 months ago
JSON representation

markdown2impress is script to convert markdown into presentation using impress.js.

Awesome Lists containing this project

README

        

markdown2impress
==========

What is markdown2impress?
----------

**markdown2impress** is script to convert *markdown* into presentation using *impress.js*.

How to use?
----------

1. Write markdown.
2. Run **markdown2impress.pl**, then generate 'js/impress.js', 'css/impress.css' and 'index.html'.

% markdown2impress README.md

Slide Dividing rule
----------

Each slide is divided into sections.

'data-*' attribute rule
----------

'data-*' attribute for impress.js represent HTML comment.
This comment must be write in secion.





markdown2impress assume and calculate default x,y, if you do not specify this.

See [impress.js](http://bartaz.github.com/impress.js/) manual for details.

Command line options
----------

- **--width=1200**

Width of slide.

- **--height=800**

Height of slide.

- **--column=5**

Column of slide.

- **--outputdir=.**

Output directory.

Export to PDF
----------

Add `?print` to the end of your presentation url like [`index.html?print`](./index.html?print) and export it to PDF using browser printing feature.

You will be able to share your slides in speakerdeck & slideshare.