Shower (https://github.com/shower/shower) is an awesome presentation engine which have now (2020) two beautiful themes: Ribbon and Material. There are some presentations made with this engine so it would be good to show them via slide-django.
Possible solutions
(the simplest) Add template of Shower engine and allow user to write his presentation as HTML code:
Shower (https://github.com/shower/shower) is an awesome presentation engine which have now (2020) two beautiful themes: Ribbon and Material. There are some presentations made with this engine so it would be good to show them via slide-django.
Possible solutions
Allow user write his code as Markdown, convert it into HTML elements and then insert these elements into template of Shower. See http://jdan.github.io/cleaver/ and https://github.com/shoorick/cleaver-ribbon
(the hardest) Write themes for Remark visually similar to Shower themes.