From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: Powerpoint like slideshow from default html export Date: Sat, 11 Feb 2012 15:09:09 -0600 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:33572) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RwKC6-00013E-5i for emacs-orgmode@gnu.org; Sat, 11 Feb 2012 16:09:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RwKC0-0007Nr-2h for emacs-orgmode@gnu.org; Sat, 11 Feb 2012 16:09:18 -0500 Received: from mail-bk0-f41.google.com ([209.85.214.41]:43187) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RwKBz-0007Nl-L7 for emacs-orgmode@gnu.org; Sat, 11 Feb 2012 16:09:12 -0500 Received: by bkty12 with SMTP id y12so1015257bkt.0 for ; Sat, 11 Feb 2012 13:09:10 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sander Boer Cc: emacs-orgmode@gnu.org On Sat, Feb 11, 2012 at 2:27 PM, Sander Boer wrote: > Hi All, > > I usually give presentations that are graphically heavy and typically have 3 > or 4 movies in them. Powerpoint/impress is too much of a hassle esp. with > movies and latex/beamer is nice, but the movie package stopped working for > me. > > So I hacked together a javascript and a css that transforms the default html > export of my org file to a slide show: > http://www.mauc.nl/presentations/test.html > > Here's the org-file: > http://www.mauc.nl/presentations/test.org > > Here's the rest: > http://www.mauc.nl/assets/css/orgmode-slideshow.css > http://www.mauc.nl/assets/js/orgmode-slideshow.js > (depends on jQuery) > > It's iPad-ready (touch events ans such) and will present itself full-screen > when added to the homescreen. > > On non-touchscreen devices navigation is keyboard-oriented: > forward: k-key, right-arrow, up-arrow, page-up > backwards: J-key, left-arrow, down-arrow, page-down > First slide: home, A-key > Last slide: end, E-key > > Also, images are auto-sized. When an image needs to share the screen with > more images or accompanynig text (apart from the header) the screen > real-estate is divided up between them. > > All in all it works, but it is hacky. > No support for deeper trees (yet), no mouse nav and I'm personally not fond > of how the images are handled. > > Let me know what you think, I will keep you updated of the progress. This is friggin awesome. Great start and what a cool addition to the already comprehensive org-mode family of export options. Thank you so much for your efforts and contribution! John > > Kind Regards, > Sander > >