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
+46-1Lines changed: 46 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,19 @@ The "Title" slide's Web Component could be integrated using the tag `<deckgo-sli
91
91
92
92
Both slots `title` and `content` are optional. Without providing one of them, the page will remain empty.
93
93
94
+
##### Notes
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).
97
+
98
+
```
99
+
<deckgo-deck>
100
+
<deckgo-slide-title>
101
+
<h1 slot="title">My presentation title</h1>
102
+
<div slot="notes">A note regarding this particular slide</div>
103
+
</deckgo-slide-title>
104
+
</deckgo-deck>
105
+
```
106
+
94
107
#### Attributes
95
108
96
109
This component offers the following options which could be set using attributes:
@@ -158,6 +171,10 @@ The "Content" slide's Web Component could be integrated using the tag `<deckgo-s
158
171
159
172
Both slots `title` and `content` are optional. Without providing one of them, the page will remain empty.
160
173
174
+
##### Notes
175
+
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).
177
+
161
178
#### Attributes
162
179
163
180
This component offers the following options which could be set using attributes:
@@ -229,6 +246,10 @@ The `start` slot is the content of the left pane respectively the slot `end` is
229
246
230
247
Note: The slot `title` is per default hidden even if you provide it. See attributes below if you wish to display it.
231
248
249
+
##### Notes
250
+
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).
252
+
232
253
#### Attributes
233
254
234
255
This component offers the following options which could be set using attributes:
@@ -272,7 +293,7 @@ The "Gif" slide let you add easily a gif, like those provided by [Giphy](https:/
The slide Gif is useful for Gifs but could be use for any images too, in case you would like for example to display an image fullscreen.
278
299
@@ -292,6 +313,10 @@ The "Gif" slide's Web Component could be integrated using the tag `<deckgo-slide
292
313
293
314
The slots `title`, `header` and `footer` are both optional. `header` and `footer` would be displayed over the gif.
294
315
316
+
##### Notes
317
+
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).
319
+
295
320
#### Gif component
296
321
297
322
The slide "Gif" relies on the component `<deckgo-gif/>` which is described in the components [documentation](https://github.com/fluster/deckdeckgo/blob/master/doc/components/components.md).
@@ -344,6 +369,10 @@ The "Chart" slide's Web Component could be integrated using the tag `<deckgo-sli
344
369
345
370
The slot `title` is optional.
346
371
372
+
##### Notes
373
+
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).
375
+
347
376
#### Chart components
348
377
349
378
The slide "Chart" relies on the charts components `<deckgo-pie-chart/>`, `<deckgo-line-chart/>` and `<deckgo-bar-chart/>` which are described in the components [documentation](https://github.com/fluster/deckdeckgo/blob/master/doc/components/components.md).
@@ -404,6 +433,10 @@ The "Youtube" slide's Web Component could be integrated using the tag `<deckgo-s
404
433
405
434
The slot `title` is optional.
406
435
436
+
##### Notes
437
+
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).
439
+
407
440
##### Youtube component
408
441
409
442
The slide "Youtube" relies on the component `<deckgo-youtube/>` which is described in the components [documentation](https://github.com/fluster/deckdeckgo/blob/master/doc/components/components.md).
@@ -492,6 +525,10 @@ You could provide a file URI to the code you want to display or provide it with
492
525
493
526
The slots `title` and `code` are optional.
494
527
528
+
##### Notes
529
+
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).
531
+
495
532
#### Code components
496
533
497
534
The slide "Code" relies on the code component `<deckgo-highlight-code/>` which is described in the components [documentation](https://github.com/fluster/deckdeckgo/blob/master/doc/components/components.md).
@@ -588,6 +625,10 @@ Notes:
588
625
589
626
* You could provide up to six `social-link` slots. Each of these could be your custom code or you could use the component `<deckgo-social/>` to easily provide a link to an external URI.
590
627
628
+
##### Notes
629
+
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).
631
+
591
632
##### Social components
592
633
593
634
The details of the component `<deckgo-social/>` is described in the components [documentation](https://github.com/fluster/deckdeckgo/blob/master/doc/components/components.md).
@@ -704,6 +745,10 @@ The "QR code" slide's Web Component could be integrated using the tag `<deckgo-s
704
745
705
746
The slots `title` and `content` are optional.
706
747
748
+
##### Notes
749
+
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).
751
+
707
752
#### Code components
708
753
709
754
The slide "QR Code" relies on the code component `<deckgo-qrcode/>` which is described in the components [documentation](https://github.com/fluster/deckdeckgo/blob/master/doc/components/components.md).
0 commit comments