Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/yoshiki/markdown2impress
- Owner: yoshiki
- Created: 2012-02-14T15:56:46.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-01-23T05:48:40.000Z (about 11 years ago)
- Last Synced: 2024-08-04T09:03:05.380Z (7 months ago)
- Language: Perl
- Homepage:
- Size: 164 KB
- Stars: 88
- Watchers: 7
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.