Thomas Fritsch
74a5dac34f
speed up livereload
...
connect.reload needs a stream of files to fire, but this stream is irrelevant here and slows refresh time a lot (from ~2ms to 2000ms here)
2023-08-06 22:52:03 +02:00
Thomas Fritsch
3d1eabba0f
build
2023-08-05 16:47:52 +02:00
Thomas Fritsch
27ff199627
add support for links to the id of an element nested inside slide
...
fixes hakimel/reveal.js#3231
2023-08-05 16:24:22 +02:00
Thomas Fritsch
31174cbaba
adds ability to override markdown default options
...
```js
Reveal.initialize({
markdown: {
defaultOptions: {
verticalSeparator: '\n--\n`,
}
}
})
2023-08-05 00:14:15 +02:00
t-fritsch and GitHub
ba20abf0c3
allow theme subfolders
...
allows custom themes to import files from subfolders inside the `css/theme/source` folder.
in `css/theme/source/custom-theme.scss` we can now do
```scss
@import `custom-theme/controls`
@import `custom-theme/headings`
...
```
2023-08-03 22:38:03 +02:00
t-fritsch and GitHub
2dd27b37c6
ignore node_modules for livereload
...
may allow perf boost
2023-08-03 22:31:07 +02:00
t-fritsch and GitHub
82d63e0296
fixes livereload when using root CLI param
2023-08-03 22:23:58 +02:00