Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There should be the option to print with speaker notes #70

Open
mjbright opened this issue Sep 30, 2016 · 4 comments
Open

There should be the option to print with speaker notes #70

mjbright opened this issue Sep 30, 2016 · 4 comments
Labels

Comments

@mjbright
Copy link

Not sure which of the supported frameworks have "Speaker Notes" (like remarkjs has).

It would be useful to be able to print

  • slides + note pages
  • note pages alone (numbered according to corresponding slides)
@astefanutti
Copy link
Owner

DeckTape 2.x is now responsible for the PDF creation so that should be a lot easier to implement.

@tlvince
Copy link

tlvince commented Mar 27, 2018

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)

@dschuessler
Copy link

dschuessler commented Aug 30, 2021

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 astefanutti pinned this issue Jul 5, 2024
@skwde
Copy link

skwde commented Sep 4, 2024

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants