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
{{ message }}
This repository was archived by the owner on Feb 6, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: doc/slides/slides.md
+37-10Lines changed: 37 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ Both slots `title` and `content` are optional. Without providing one of them, th
93
93
94
94
##### Notes
95
95
96
-
Optionally a slot `notes` could be use to add some notes regarding the particular slide. These will `not`be displayed in the presentation but`displayed` in the [remote control](https://deckdeckgo.app).
96
+
Optionally a slot `notes` could be use to add some notes regarding the particular slide. These will be automatically`displayed` in the [remote control](https://deckdeckgo.app).
97
97
98
98
```
99
99
<deckgo-deck>
@@ -102,7 +102,18 @@ Optionally a slot `notes` could be use to add some notes regarding the particula
102
102
<div slot="notes">A note regarding this particular slide</div>
103
103
</deckgo-slide-title>
104
104
</deckgo-deck>
105
-
```
105
+
```
106
+
107
+
If you are using the [DeckDeckGo] starter kit and wish to make your notes accessible to anyone, you would need to mark them with an attribute `show`.
108
+
109
+
```
110
+
<deckgo-deck>
111
+
<deckgo-slide-title>
112
+
<h1 slot="title">My presentation title</h1>
113
+
<div slot="notes" show>A note displayed in the presentation within a modal accessible for anyone</div>
114
+
</deckgo-slide-title>
115
+
</deckgo-deck>
116
+
```
106
117
107
118
#### Attributes
108
119
@@ -173,7 +184,9 @@ Both slots `title` and `content` are optional. Without providing one of them, th
173
184
174
185
##### Notes
175
186
176
-
Optionally a slot `notes` could be use to add some notes regarding the particular slide. These will `not` be displayed in the presentation but `displayed` in the [remote control](https://deckdeckgo.app).
187
+
Optionally a slot `notes` could be use to add some notes regarding the particular slide. These will be automatically `displayed` in the [remote control](https://deckdeckgo.app).
188
+
189
+
If you are using the [DeckDeckGo] starter kit and wish to make your notes accessible to anyone, you would need to mark them with an attribute `show`.
177
190
178
191
#### Attributes
179
192
@@ -248,7 +261,9 @@ Note: The slot `title` is per default hidden even if you provide it. See attribu
248
261
249
262
##### Notes
250
263
251
-
Optionally a slot `notes` could be use to add some notes regarding the particular slide. These will `not` be displayed in the presentation but `displayed` in the [remote control](https://deckdeckgo.app).
264
+
Optionally a slot `notes` could be use to add some notes regarding the particular slide. These will be automatically `displayed` in the [remote control](https://deckdeckgo.app).
265
+
266
+
If you are using the [DeckDeckGo] starter kit and wish to make your notes accessible to anyone, you would need to mark them with an attribute `show`.
252
267
253
268
#### Attributes
254
269
@@ -315,7 +330,9 @@ The slots `title`, `header` and `footer` are both optional. `header` and `footer
315
330
316
331
##### Notes
317
332
318
-
Optionally a slot `notes` could be use to add some notes regarding the particular slide. These will `not` be displayed in the presentation but `displayed` in the [remote control](https://deckdeckgo.app).
333
+
Optionally a slot `notes` could be use to add some notes regarding the particular slide. These will be automatically `displayed` in the [remote control](https://deckdeckgo.app).
334
+
335
+
If you are using the [DeckDeckGo] starter kit and wish to make your notes accessible to anyone, you would need to mark them with an attribute `show`.
319
336
320
337
#### Gif component
321
338
@@ -371,7 +388,9 @@ The slot `title` is optional.
371
388
372
389
##### Notes
373
390
374
-
Optionally a slot `notes` could be use to add some notes regarding the particular slide. These will `not` be displayed in the presentation but `displayed` in the [remote control](https://deckdeckgo.app).
391
+
Optionally a slot `notes` could be use to add some notes regarding the particular slide. These will be automatically `displayed` in the [remote control](https://deckdeckgo.app).
392
+
393
+
If you are using the [DeckDeckGo] starter kit and wish to make your notes accessible to anyone, you would need to mark them with an attribute `show`.
375
394
376
395
#### Chart components
377
396
@@ -435,7 +454,9 @@ The slot `title` is optional.
435
454
436
455
##### Notes
437
456
438
-
Optionally a slot `notes` could be use to add some notes regarding the particular slide. These will `not` be displayed in the presentation but `displayed` in the [remote control](https://deckdeckgo.app).
457
+
Optionally a slot `notes` could be use to add some notes regarding the particular slide. These will be automatically `displayed` in the [remote control](https://deckdeckgo.app).
458
+
459
+
If you are using the [DeckDeckGo] starter kit and wish to make your notes accessible to anyone, you would need to mark them with an attribute `show`.
439
460
440
461
##### Youtube component
441
462
@@ -527,7 +548,9 @@ The slots `title` and `code` are optional.
527
548
528
549
##### Notes
529
550
530
-
Optionally a slot `notes` could be use to add some notes regarding the particular slide. These will `not` be displayed in the presentation but `displayed` in the [remote control](https://deckdeckgo.app).
551
+
Optionally a slot `notes` could be use to add some notes regarding the particular slide. These will be automatically `displayed` in the [remote control](https://deckdeckgo.app).
552
+
553
+
If you are using the [DeckDeckGo] starter kit and wish to make your notes accessible to anyone, you would need to mark them with an attribute `show`.
531
554
532
555
#### Code components
533
556
@@ -627,7 +650,9 @@ Notes:
627
650
628
651
##### Notes
629
652
630
-
Optionally a slot `notes` could be use to add some notes regarding the particular slide. These will `not` be displayed in the presentation but `displayed` in the [remote control](https://deckdeckgo.app).
653
+
Optionally a slot `notes` could be use to add some notes regarding the particular slide. These will be automatically `displayed` in the [remote control](https://deckdeckgo.app).
654
+
655
+
If you are using the [DeckDeckGo] starter kit and wish to make your notes accessible to anyone, you would need to mark them with an attribute `show`.
631
656
632
657
##### Social components
633
658
@@ -747,7 +772,9 @@ The slots `title` and `content` are optional.
747
772
748
773
##### Notes
749
774
750
-
Optionally a slot `notes` could be use to add some notes regarding the particular slide. These will `not` be displayed in the presentation but `displayed` in the [remote control](https://deckdeckgo.app).
775
+
Optionally a slot `notes` could be use to add some notes regarding the particular slide. These will be automatically `displayed` in the [remote control](https://deckdeckgo.app).
776
+
777
+
If you are using the [DeckDeckGo] starter kit and wish to make your notes accessible to anyone, you would need to mark them with an attribute `show`.
0 commit comments