MezzoNZ / crunchy

Automatically exported from code.google.com/p/crunchy
0 stars 0 forks source link

New vlam option/keywords for slideshow #185

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It would be useful to have a slideshow option.  When a user would select
this as true, elements could be hidden and a different style could be
chosen.  For example, the background color could be taken from the pygments
style (e.g. if native is chosen, the slides would be black).  
After the body tag, a preference widget for slideshow would be inserted. 
All allowed tags could have the following options
title="slideshow hide"
title="slideshow next"

Before "next" option, two links would be inserted: one to the previous
slide and one to the next one.

The "hide" option could be used so that the same document could be read
independently, with explanations added.

Original issue reported on code.google.com by andre.ro...@gmail.com on 5 Oct 2008 at 6:56

GoogleCodeExporter commented 8 years ago
This should combine the best of other project; for example:
the simple rst syntax used by Bruce;
the standard S5 used with docutils
(http://docutils.sourceforge.net/docs/user/slide-shows.s5.html);
the possibility to feed the code into an interpreter using one click instead of 
two
usually (one to reveal the hidden code copied below - normally with possibility 
to
edit - and the other to execute) - inspired by cyrano 
(http://stsdas.stsci.edu/cyrano/)

Original comment by andre.ro...@gmail.com on 19 Aug 2009 at 10:50

GoogleCodeExporter commented 8 years ago
A "simple" version has been implemented to support standard S5 slideshows 
produced
implemented by assuming that they are identified by "<meta ... 
content="slideshow" ...>

Two special slides are appended at the end: one with an interpreter and one 
with an
editor.

Original comment by andre.ro...@gmail.com on 25 Aug 2009 at 3:47

GoogleCodeExporter commented 8 years ago
reopening this issue to keep track of changes.  A new version (1.2 a2) of S5 
has been
released.  It includes the possibility of having speaker notes in separate,
synchronized window, and more...

The plan is to create a separate utility, crst2s5.py  (crunchy rst2s5.py) based 
on
the current rst2s5.py but with version 1.2a2 of S5 AND including some crunchy
directives (including a new getsource).  At least one new Crunchy theme would 
have to
be created.

Then, a modified slideshow.py plugin (with modified slides.js) will be worked 
on.

Original comment by andre.ro...@gmail.com on 25 Aug 2009 at 10:25

GoogleCodeExporter commented 8 years ago
Note to self: in outline (full paper) mode, style the speaker notes inside 
speech
bubbles, the slide content inside a box, so that it is easier to see what is 
what...

Original comment by andre.ro...@gmail.com on 26 Aug 2009 at 9:45