damianavila / RISE

RISE: "Live" Reveal.js Jupyter/IPython Slideshow Extension
Other
3.66k stars 414 forks source link

Is it possible to use reveal.js markdown parser instead of jupyter's #600

Open artsiom-aliakseichyk opened 2 years ago

artsiom-aliakseichyk commented 2 years ago

I want to use the benefits of RevealJS markdown parser, such as attributes, for more precise styling. What I found in code that RISE works with already executed cells (if I understood correctly) https://github.com/damianavila/RISE/blob/1aafda939fd3db798d3edd839976b8123568742e/classic/rise/static/main.js#L693 Just wondering is there any plans to use plain markdown from cells and parse it on the front end side? Or maybe exists any workaround not with RISE but with Jupyter to use a different markdown parser instead of built-in.

Thanks

damianavila commented 2 years ago

Currently, there are no plans to use any other parser in RISE. RISE is essentially a slideshow-based "view" of the notebook and we will keep that concept for now.

About workarounds, if you have any other parser in the notebook (provided by some other extension, for instance), I guess you will be able to show that in RISE 😉.