Live data from Hacker News

Vimdeck - Vim as a presentation tool

coderbits.com

1–10 of 27 posts

Re: Vimdeck - Vim as a presentation tool

#6
Related: I also made a vim-based presentation tool, called git-slides [1]. The main difference between Vimdeck and git-slides is that vimdeck generates slides out of a simpler format (Markdown), while git-slides displays one WYSIWYG slide for each commit in your git history.

[1] https://github.com/gelisam/git-slides

Re: Vimdeck - Vim as a presentation tool

#7
post #2

Cool project. Was actually thinking about this as I'm currently working on my first ever presentation. Decided to go with reveal.js. Gonna keep an eye on this.

If you're looking at reveal.js, and you like ruby, check out reveal-ck: https://github.com/jedcn/reveal-ck. Write your slides in slim, haml, or ruby itself. Example of how to do everything in reveal.js but in slim here: https://github.com/jedcn/reveal-ck-template. General introduction in the README, more info here: http://jedcn.com/posts/reveal-ck.
Post reply on HN