You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-4Lines changed: 20 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,28 @@
1
1
# PdfExport
2
2
3
-
A [reveal.js](https://github.com/hakimel/reveal.js/) plugin to easly switch to the built-in PDF export mode and back by pressing a shortcut key.
3
+
A [reveal.js](https://github.com/hakimel/reveal.js/)3.x / 4.x plugin to easly switch to the built-in PDF export mode and back by pressing a shortcut key.
4
4
5
5
## Installation
6
6
7
-
Copy this repository into the plugins folder of your reveal.js presentation, ie ```plugin/pdfexport```.
7
+
Copy this repository into the plugin folder of your reveal.js presentation, ie ```plugin/pdfexport```.
8
8
9
-
Add the plugin to the dependencies in your presentation, as below.
9
+
Add the plugin to the initialization of your presentation, as below.
You need to remove all of the following or similar lines from your presentation. Paper- or PDF-stylesheets will be set by the plugin.
37
+
For **reveal 3.x only** you need to remove all of the following or similar lines from your presentation. Paper- or PDF-stylesheets will be set by the plugin.
0 commit comments