Commit Graph

11 Commits

Author SHA1 Message Date
Maas Lalani
e7274f993e Pre-process any commands 2021-06-27 21:02:01 -04:00
satoru
a158018e07 Do not render output of code blocks as Markdown 2021-06-25 11:03:52 -04:00
Maas Lalani
4e7df034f5 Remove ~~~ as a slide delimiter 2021-06-25 08:54:04 -04:00
Maas Lalani
53a81cdc9c Swap J and K controls 2021-06-23 10:39:08 -04:00
Maas Lalani
f6fecdc435 code exec on ctrl+e 2021-06-21 16:52:43 -04:00
Maas Lalani
eae6b6ffcd feat: execute code on slides 2021-06-21 16:52:43 -04:00
Alexei Yuzhakov
9cf9e4f1fe Fix #18 Add live reload support 2021-06-19 15:17:51 -04:00
Maas Lalani
cb2c4ba2aa fix: go fmt 2021-06-12 17:54:24 -04:00
Britton Hayes
e21cc0c0b3 Allow user customization for slide themes
Closes #1.

This change allows users to add a configuration section to their slides,
which allows them to specify a different theme if they would like to
change the styles of the default theme.

A user can add
```
---
theme: ascii
---
```

To use an ascii theme or use `theme: ./styles.json` to specify their own
custom JSON theme using glamour styles.

Co-authored-by: Britton Hayes <brittonhayes@users.noreply.github.com>
2021-06-12 16:59:00 -04:00
Maas Lalani
d9fef570d8 Don't word wrap 2021-06-12 16:17:46 -04:00
Maas Lalani
93ccd2525f Internal API 2021-06-06 10:44:18 -04:00