Skip to content

Commit

Permalink
update introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
azurity committed Aug 9, 2020
1 parent 0bf18e6 commit 249c961
Showing 1 changed file with 34 additions and 1 deletion.
35 changes: 34 additions & 1 deletion slides/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ highlight-theme: 'https://cdn.jsdelivr.net/npm/highlight.js@10/styles/solarized-
- [**Timesheet.js**](https://sbstjn.github.io/timesheet.js/)
- [**state-machine-cat**](https://state-machine-cat.js.org/)
- [**roughViz**](https://github.com/jwilber/roughViz)
- [**asciinema-player**](https://www.npmjs.com/package/asciinema-player)
-
-
-
{.flexblock .metrics}

**and more if you think I should support!**
Expand Down Expand Up @@ -170,7 +174,7 @@ your note here.
your note here.
:::

about speaker-mode, see so: [speaker mode](#slide=31)
about speaker-mode, see so: [speaker mode](#slide=32)

<slide/>

Expand Down Expand Up @@ -541,6 +545,25 @@ testing => final : test ok;

<slide/>

**asciinema-player example**

::::grid
:::column
```render(asciinema)
https://asciinema.org/a/28307.cast
```
:::
:::column
````markdown
```render(asciinema)
https://asciinema.org/a/28307.cast
```
````
:::
::::

<slide/>

# speaker mode

Speaker mode can be used easily by `?mode=speaker`
Expand Down Expand Up @@ -577,6 +600,16 @@ folder mode see so: [folder example](/slide/folder-example/)

<slide/>

# generate offline file

- you can use the button in list page to generate one slide to an one file offline version.
- generate offline file should choose the right OS that you want to used in.
- offline file don't need network.
- offline file is read-only up to now.
- offline file has no other dependencies except browser.

<slide/>

If you need one more function, please create an issue on github.

[:fab-github: issue](https://github.com/azurity/md-slide/issues){.button .bg-black}
Expand Down

0 comments on commit 249c961

Please sign in to comment.