hackmdio / hackmdio/hackmd-io-issues
Slide mode to PDF Export fail
- Dominant language
- No language data
- Stars
- 40
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
To export my slides to pdf, i need to
> Open your presentation with print-pdf included in the query string i.e. http://localhost:8000/?print-pdf. You can test this with revealjs.com?print-pdf.
*from the documentation : [https://github.com/hakimel/reveal.js#pdf-export](https://github.com/hakimel/reveal.js#pdf-export)*
But, when I want to export my slides to PDF, it fails because of the `#` in the hackmd's url.
For exemple, with the slide's url `https://hackmd.io/p/CJY5r0ei4#/`
`https://hackmd.io/p/CJY5r0ei4#?print-pdf` doesn't work 😢
`https://hackmd.io/p/CJY5r0ei4?print-pdf` works 🙌
The best could be to add a "print" button at the bottom of the slides, but maybe delete the `# ` on the url could be a first step ? (Or just add the bug on the documentation for the next users)
---
Thanks so much for your work
And sorry for my bad english :s
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.