remark icon indicating copy to clipboard operation
remark copied to clipboard

Use pandoc to generate ppt from markdown that uses remark syntax?

Open jefferyyuan opened this issue 6 years ago • 8 comments

remark.js is great: simpler and much easier to use and has some petty useful features like presenter mode, cloned slideshow and etc.

It would be great if we can use pandoc to generate ppt from markdown that uses remark syntax?

Thanks.

jefferyyuan avatar May 18 '18 04:05 jefferyyuan

So what is it exactly that you want from reveal.js? It looks like pandoc already supports this functionality...

claman avatar Feb 07 '19 14:02 claman

@claman: pandoc supports reveal.js, this is a feature request to get support for remark.js.

mschilli87 avatar Feb 07 '19 14:02 mschilli87

whoops! my bad.

claman avatar Feb 07 '19 15:02 claman

pandoc support for remark.js would be nice.

Personally there are 2 independent things that I'd like

  • A remark.js to Powerpoint conversion
  • A remark.js slidesorter: I find it to be a major pain trying to reorder slides in a text editor

my 2cts

mjbright avatar Mar 06 '19 19:03 mjbright

@mjbright:

I find it to be a major pain trying to reorder slides in a text editor

Just an idea: One slide per *.md file, fzf to select an order, cat them together, then add boilerplate. Should be fairly easy to script and give that warm UNIX-y feel. :wink:

mschilli87 avatar Mar 06 '19 19:03 mschilli87

Thanks for the suggestion but this really doesn't do what I'm looking for as I need some sort of visual selection to be able to reorder slides efficiently, something like the Powerpoint slide sorter view.

On Wed, 6 Mar 2019 at 20:56, Marcel Schilling [email protected] wrote:

@mjbright https://github.com/mjbright:

I find it to be a major pain trying to reorder slides in a text editor

Just an idea: One slide per *.md file, fzf to select an order, cat them together, then add boilerplate. Should be fairly easy to script and give that warm UNIX-y feel. 😉

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/gnab/remark/issues/520#issuecomment-470252921, or mute the thread https://github.com/notifications/unsubscribe-auth/ABywLXJwl3q-5PUNkBZPGvBlAfTcRkpsks5vUB19gaJpZM4UEHfE .

--

Cloud Native Training in English or French -Kubernetes, Docker -Serverless -Micro-services -Python, Git

mjbright avatar Mar 07 '19 07:03 mjbright

You could autogenerate (temporary) 1-slide presentation HTMLs, render those to images and populate your selection menu this way. Not sure if fzf can do that directly, but if not dmenu probably can. All you need the wrapper to output is the underlying filenames in the order you selected them so the last script can assemble the full presentation file.

Nice idea to get the best of remarks.js' WYSIWYW approach with some extra WYSIWYG-candy.

My feeling is just doing this on the JS side would overcomplicate things.

mschilli87 avatar Mar 07 '19 07:03 mschilli87

this is a nice idea! I believe folks use remark.js does not care about ppt. and vice versa. but still it's really nice to convert to ppt so ppt folks can work on the shining slides.

just a side node about "reorder the slides in text editor", considering Vim Voom side panel which makes the remark.js slides reordering super easy.

pinggit avatar Jun 03 '20 15:06 pinggit