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

https://github.com/dvberkel/deck-editor

Create a in browser side by side view of the source and the rendition of a deck.js presentation.
https://github.com/dvberkel/deck-editor

Last synced: 2 months ago
JSON representation

Create a in browser side by side view of the source and the rendition of a deck.js presentation.

Awesome Lists containing this project

README

        

Deck Editor
===========

[deck.js][1] is a JavaScript framework that enables a user to create
modern HTML presentations.

While at [JSConf EU 2012][2] I got inspired and wanted to created an
in-browser deck editor.

The idea is to have a side by side view of the source and the result
as rendered by deck.js.

Components
----------

The following components seem to come to mind when thinking about this
project and will likely be incorporated.

* [deck.js][1]
* [codemirror][3]
* [markdown-js][4]
* [backbone][5]

[1]: http://imakewebthings.com/deck.js/ "Homepage for deck.js: Modern Html presentations"
[2]: http://2012.jsconf.eu/ "Homepage for JSConf Eu 2012"
[3]: http://codemirror.net/ "Homepage for CodeMirror: In browser code editing made bearable"
[4]: https://github.com/evilstreak/markdown-js "Markdown-js on GitHub"
[5]: http://backbonejs.org/ "Documenation for backbone.js"