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.
- Host: GitHub
- URL: https://github.com/dvberkel/deck-editor
- Owner: dvberkel
- Created: 2012-10-07T13:34:45.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-09T11:06:14.000Z (over 12 years ago)
- Last Synced: 2025-02-07T23:35:01.932Z (4 months ago)
- Size: 97.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"