-
Notifications
You must be signed in to change notification settings - Fork 338
Features
ramnathv edited this page Oct 18, 2012
·
7 revisions
This is a draft highlighting key features of slidify.
- Author using
markdown
. - Choose an HTML5
framework
- Embed Code Chunks with
knitr
- Customize using
layouts
- Extend using
widgets
- Publish using
git
I think three features set slidify
apart from the rest of the HTML5 to Markdown converters.
- Layouts (showoff has it, but is limited in terms of features and does not allow inheritance)
- Widgets (idea stolen from ruhoh, but makes slidify easy to extend)
Here is a more detailed description about the key selling points of slidify
.
- Supports multiple HTML5 frameworks.
- Syntax highlighting out of the box (highlight.js, prettify, highlightR)
- Finer control over slide design using layouts.
- Extend functionality easily with widgets.
- Publish easily (gh-pages, heroku, dropbox, rpubs)