anaconda / nbpresent

next generation slides for Jupyter Notebooks
BSD 3-Clause "New" or "Revised" License
161 stars 23 forks source link

import existing (RISE) slideshow as nbpresent #24

Open bollwyvl opened 8 years ago

bollwyvl commented 8 years ago

User story

As a RISE user, I want to try out my existing slides as an nbpresent presentation.

Tasks

  • [ ] load //cell/*/metadata/slideshow into //metadata/nbpresent/slides/*
  • I don't think these need to be bidrectional at this point?
  • [ ] re-implement the cell->((sub)slide|fragment|note) stream mechanism
  • [ ] allow for "whole" cell part (js/css)
  • [ ] ui
  • [ ] opt-in for translation?
  • might as well be automatic (without saving), with a toast notification
  • [ ] notes
  • [ ] fragment build
  • [ ] up/down slides
  • [ ] navigator (blarg)
  • [ ] verify mathjax

most of the esoteric reveal functions were hard to get to short of direction use of the API (background, parallax, autoplay, themes), so such features can be deferred.

bollwyvl commented 8 years ago

This is in #34. It doesn't handle fragments or notes.

damianavila commented 8 years ago

34 was merged... do you want to keep this still open?

bollwyvl commented 8 years ago

It still doesn't do subslides...

On Tue, Apr 12, 2016 at 5:11 PM Damián Avila notifications@github.com wrote:

34 https://github.com/Anaconda-Server/nbpresent/issues/34 was

merged... do you want to keep this still open?

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/Anaconda-Server/nbpresent/issues/24#issuecomment-209104801

damianavila commented 8 years ago

Yep... this is why I asked before closing... :stuck_out_tongue_winking_eye: