asciidoctor / asciidoctor-reveal.js

:crystal_ball: A reveal.js converter for Asciidoctor and Asciidoctor.js. Write your slides in AsciiDoc!
http://asciidoctor.org
Other
295 stars 188 forks source link

Integrate interesting reveal.js plugins #183

Open obilodeau opened 6 years ago

obilodeau commented 6 years ago

This is more of a TODO than an issue but here it is.

This repository has many: https://github.com/rajgoel/reveal.js-plugins. Here's the list as of today:

There is also a Title-Footer repo that is worth an investigation: https://github.com/e-gor/Reveal.js-Title-Footer.

We can integrate those that make sense or improve experience with AsciiDoc-based slides.

a4z commented 6 years ago

this issue is the same as #118

I tried a naive solution in #196 , but I guess that will not work for npm also, there is some space for improvement, e.g. included files should be preprocessed so that they can use attributes. but this works good for me.

any better ideas, than maintaining my own copy of slim templates,? (this is what I do now)

obilodeau commented 6 years ago

I just added the code focus plugin to the list: https://github.com/bnjmnt4n/reveal-code-focus

obilodeau commented 6 years ago

this issue is the same as #118

I tried a naive solution in #196 , but I guess that will not work for npm also, there is some space for improvement, e.g. included files should be preprocessed so that they can use attributes. but this works good for me.

any better ideas, than maintaining my own copy of slim templates,? (this is what I do now)

For the record, this has been implemented in a separate PR. Let's keep this issue about tracking and listing interesting plugins.