can we already use reveal.js with asciidoctor ?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

can we already use reveal.js with asciidoctor ?

ch007m
Hi,

I have just make some tests using asciidoctor + reveal.js but I think that the project is not yet finished ?

See : https://gist.github.com/cmoulliard/8c63ea0478e6de2359cb

Can you confirm that this is the case ?

Regards,

Charles
Charles Moulliard
Apache Committer / Technologist Evangelist / Blogger / MiddleWare Specialist
Twitter : @cmoulliard
Reply | Threaded
Open this post in threaded view
|

Re: can we already use reveal.js with asciidoctor ?

LightGuardjp
What it should be doing is using the html5 backend as a fallback if it can't find a template for a node. Try doing:

    asciidoctor -T ../asciidoctor-backends/haml test.adoc

Then in your adoc file include

:backend: revealjs


On Fri, Oct 4, 2013 at 11:07 AM, ch007m [via Asciidoctor :: Discussion] <[hidden email]> wrote:
Hi,

I have just make some tests using asciidoctor + reveal.js but I think that the project is not yet finished ?

See : https://gist.github.com/cmoulliard/8c63ea0478e6de2359cb

Can you confirm that this is the case ?

Regards,

Charles


If you reply to this email, your message will be added to the discussion below:
http://discuss.asciidoctor.org/can-we-already-use-reveal-js-with-asciidoctor-tp708.html
To start a new topic under Asciidoctor :: Discussion, email [hidden email]
To unsubscribe from Asciidoctor :: Discussion, click here.
NAML



--
Reply | Threaded
Open this post in threaded view
|

Re: can we already use reveal.js with asciidoctor ?

mojavelinux
Administrator
Jason and Charles,

I don't think the reveal.js backend is finished yet. And I know for sure that there are parts of it that need updating to be used with Asciidoctor 0.1.4. I still need to update the dzslides templates, so I'll make the necessary changes to the reveal.js templates at that time so at least the parts that have been completed work.

Right now, the slide backend that is the most functional is deck.js.

-Dan


On Fri, Oct 4, 2013 at 1:31 PM, LightGuardjp [via Asciidoctor :: Discussion] <[hidden email]> wrote:
What it should be doing is using the html5 backend as a fallback if it can't find a template for a node. Try doing:

    asciidoctor -T ../asciidoctor-backends/haml test.adoc

Then in your adoc file include

:backend: revealjs


On Fri, Oct 4, 2013 at 11:07 AM, ch007m [via Asciidoctor :: Discussion] <[hidden email]> wrote:
Hi,

I have just make some tests using asciidoctor + reveal.js but I think that the project is not yet finished ?

See : https://gist.github.com/cmoulliard/8c63ea0478e6de2359cb

Can you confirm that this is the case ?

Regards,

Charles


If you reply to this email, your message will be added to the discussion below:
http://discuss.asciidoctor.org/can-we-already-use-reveal-js-with-asciidoctor-tp708.html
To start a new topic under Asciidoctor :: Discussion, email [hidden email]
To unsubscribe from Asciidoctor :: Discussion, click here.
NAML



--



If you reply to this email, your message will be added to the discussion below:
http://discuss.asciidoctor.org/can-we-already-use-reveal-js-with-asciidoctor-tp708p709.html
To start a new topic under Asciidoctor :: Discussion, email [hidden email]
To unsubscribe from Asciidoctor :: Discussion, click here.
NAML



--