Open mjbright opened 8 years ago
DeckTape 2.x is now responsible for the PDF creation so that should be a lot easier to implement.
For reveal.js, this can be done by appending ?showNotes=true
(or ?showNotes=separate-page
) to the URL used in decktape (for now), e.g.:
decktape reveal 'http://localhost:8000/?showNotes=true' /tmp/deck.pdf
Edit: ?showNotes=separate-page
doesn't seem to work; it renders notes inline (per ?showNotes=true
)
For posterity: You can achieve this for remark.js by appending #p1
to the slides file name. So if you want to render slides.html
together with speaker notes, just pass slides.html#p1
instead to decktape.
@astefanutti, I confirm that with decktape v3.14 the behavior reported by @tlvince is still true.
I.e.
?showNotes=true
works. I however noticed that the result is somewhat messy, depending on the size of the notes, only a portion of them is shown. They are just cut off.?showNotes=separate-page
gives the same behavior as ?showNotes=true
Any plans on adding proper note export?
Not sure which of the supported frameworks have "Speaker Notes" (like remarkjs has).
It would be useful to be able to print