adoc-presentation-model icon indicating copy to clipboard operation
adoc-presentation-model copied to clipboard

D3 support?

Open dorneanu opened this issue 4 years ago • 5 comments

Hey! I think this project is super awesome. I really like the "presentation as a code" approach. Are there any chances to also include some (easy) D3.js examples?

Thanks in advance.

dorneanu avatar Dec 16 '21 21:12 dorneanu

Thank you for your kind words 🥰

I added C3JS as an easy way to do D3JS for charts.

I don't have any direct D3JS direct use case, do you ? Can you show an example ?

bcouetil avatar Dec 16 '21 21:12 bcouetil

I really like this one: https://github.com/teone/reveal.js-diagram-plugin

Where you can also have transitions. But being able to embed "simple" D3 would be nice (here is another example: https://www.d3-graph-gallery.com/graph/sankey_basic.html).

I would also like to know if you can add transitions when you use charts or plantUML diagrams.

dorneanu avatar Dec 16 '21 21:12 dorneanu

Oh ! transitions and interactions looks great in these examples.

Unfortunately this is not possible with Plantuml.

In this repo, I collect graphs that I use in presentation. If anyone find something capable of doing plantuml-like diagrams but with transition, I'll happily add it.

Anyway, feel free to suggest PRs for other things you use !

bcouetil avatar Dec 16 '21 21:12 bcouetil

I'll do so. Currently I'm a quite heavy user of ORG mode (+Emacs) but creating awesome presentations (with revealjs) looks so easy with asciidoctor. I also like it has so many extensions (especially plantuml and klipse).

One question, though: Where do the "timeline" and "pyramid" statements come from? I couldn't find anything in the asciidoctor documentation.

Thanks in advance.

dorneanu avatar Dec 17 '21 09:12 dorneanu

Personal creation, mainly some CSS 😁

I agree, Asciidoctor ecosystem is very rich !

bcouetil avatar Dec 17 '21 18:12 bcouetil