Skip to content

Commit 7fb5f22

Browse files
hinokKylie Stewart
andauthored
Fix docs, replace ?export with ?exporterMode (#894)
Co-authored-by: Kylie Stewart <[email protected]>
1 parent 34d7870 commit 7fb5f22

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docs/content/advanced-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ To combine parameters, use multiple `&` to separate the parameters, e.g.: `&expo
3232
| Parameter | Description of Use |
3333
| --------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
3434
| `exportMode` | For exporting your presentation as a PDF. Add it to your project URL and "Save to PDF" directly from the browser |
35-
| `printMode` | Turns your slideshow into a printer-friendly, black & white version. Meant for use concurrently with `?exportMode` e.g. `?exportMode&printMode` |
35+
| `printMode` | Turns your slideshow into a printer-friendly, black & white version. Meant for use concurrently with `?exportMode` e.g. `?exportMode=true&printMode=true` |
3636
| `presenterMode` | Displays a Presenter Mode for ease of presentation. For more info on this mode, please see [Presenting](./basic-concepts#presenting) in our Basic Concepts doc |

docs/content/basic-concepts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ Spectacle comes with a built-in presenter mode. It shows you a slide lookahead,
142142

143143
To present:
144144

145-
1. Run `yarn start`, which will open up a presentation at [localhost:3000/#](http://localhost:3000/#) by default.
145+
1. Run `yarn start`, which will open up a presentation at [localhost:3000/](http://localhost:3000/) by default.
146146
2. Open a second browser window on a different screen.
147-
3. Append [`?presenter`](http://localhost:3000/#/0?presenter) or [`?presenter&timer`](http://localhost:3000/#/0?presenter&timer) immediately after the `/#`
147+
3. Append [`?presenterMode=true`](http://localhost:3000/?presenterMode=true) immediately after the `/`
148148
4. Give an amazingly in-sync and stylish presentation.
149149

150150
**Note:** Any windows/tabs in the same browser running Spectacle will sync to one another, even if you aren't in presentation mode.

docs/content/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ order: 8
77

88
## Can I export my slides for use elsewhere?
99

10-
Yes - you can export your slides in PDF format. Appending your presentation URL with `?export` will allow you to export your presentation by flattening out your presentation so that you can Print to PDF directly from your browser. 🎉
10+
Yes - you can export your slides in PDF format. Appending your presentation URL with `?exportMode=true` will allow you to export your presentation by flattening out your presentation so that you can Print to PDF directly from your browser. 🎉
1111

12-
If you want a black & white version of your slides printed to PDF, append your URL with `?export&print` to get a printer-friendly, flattened, black & white print out of your slideshow.
12+
If you want a black & white version of your slides printed to PDF, append your URL with `?exportMode=true&printMode=true` to get a printer-friendly, flattened, black & white print out of your slideshow.
1313

1414
For more info about the query parameters Spectacle supports, please check out our section about it in the [advanced concepts documentation](./advanced-concepts#query-parameters).
1515

docs/content/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ Spectacle comes with a built-in presenter mode. It shows you a slide lookahead,
142142

143143
To present:
144144

145-
1. Run `yarn start`, which will open up a presentation at [localhost:3000/#](http://localhost:3000/#) by default.
145+
1. Run `yarn start`, which will open up a presentation at [localhost:3000/](http://localhost:3000/) by default.
146146
2. Open a second browser window on a different screen.
147-
3. Append [`?presenter`](http://localhost:3000/#/0?presenter) or [`?presenter&timer`](http://localhost:3000/#/0?presenter&timer) immediately after the `/#`
147+
3. Append [`?presenterMode=true`](http://localhost:3000/?presenterMode=true) immediately after the `/`
148148
4. Give an amazingly in-sync and stylish presentation.
149149

150150
**Note:** Any windows/tabs in the same browser running Spectacle will sync to one another, even if you aren't in presentation mode.

0 commit comments

Comments
 (0)