-
Notifications
You must be signed in to change notification settings - Fork 338
Features
Ramnath Vaidyanathan edited this page Jul 25, 2013
·
7 revisions
This is a draft highlighting key features of slidify.
- Author using
markdown
. - Embed Code Chunks with
knitr
- Style using
frameworks
- 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)
- Slidify makes it easy to author a presentation by writing your slides in
markdown
. - Slidify uses
knitr
to execute code chunks written in multiple programming languages and weaving the output seamlessly to create reproducible slide decks.