One more comment:
I tried to add the outline option. I think that the need is a more
general option than 'incremental', something like 'slidy':
[slidy="incremental"]
* one
* and two
or
[slidy="outline"]
* one
** and two
In your bulleted list configuration, I tried:
[listtags-bulleted]
list=<div class="ulist{style? {style}}{compact-option? compact}{role?
{role}}"{id? id="{id}"}>{title?<div class="title">{title}</div>}<ul
class="{slidy?{slidy}}">|</ul></div>
item=<li>|</li>
text=|
It is working with slidy="incremental", but not with slidy="outline".
I think it comes from the <div class="ulist"> element of the inner
list: when I drop it from the html file, outline option is working.
My ugly solution was to drop the <div> element:
[listtags-bulleted]
list={title?<div class="title">{title}</div>}<ul class="{slidy?
{slidy}}">|</ul>
item=<li>|</li>
text=|
It works, but I am sure there is a better solution that doesn't drop
everything like that...
My two cents.
On 21 sep, 13:13, david <[email protected]> wrote:
> Wow, exactly what I was trying to do...
>
> It would be great if there was also the support of outline/expand
> elements (for me a killer feature of slidy).
>
> Thank you very much for your great job, I hope it will be accepted by
> Stuart.
>
> On 20 sep, 14:49, Phillip Lord <[email protected]> wrote:
>
>
>
> > Sven Axelsson <[email protected]> writes:
> > >> On 14 sep, 14:47, Phillip Lord <[email protected]> wrote:
> > >>> I missed this thread when it first came out. Some intense googling got
> > >>> me to this....
>
> > >>>http://csrp.iut-blagnac.fr/~jmi/svg-slides/
>
> > >>> Which seems to use either slidy or S5.
>
> > >>> Sven's original asciidoc-s5 at
>
> > > I'm sorry, I seem to have accidentially deleted the Github repo.
> > > It is back up now, athttp://github.com/svenax/asciidoc-s5.
>
> > > It generates a perfectly usable S5 presentation, but could do with some
> > > tweaking for more flexibility. I haven't bothered with making it into a
> > > proper backend for asciidoc, but that is really only a matter of copying
> > > the files somewhere and adding a bit of info to asciidoc.conf, right?
>
> > Actually, you don't need to add to asciidoc.conf as far as I can see.
> > The "backend" thing just loads some conf files.
>
> > Hmmm. Now we have slidy, jqs5 and S5, as well as svg-slides. Asciidoc
> > seems to have gone from nothing to an embarrasement of riches.
>
> > Phil
--
You received this message because you are subscribed to the Google Groups
"asciidoc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/asciidoc?hl=en.