presenter
presenter copied to clipboard
Presenter - Presentation Slideshows on WordPress
This is a simple update to bring [reveal.js](https://github.com/hakimel/reveal.js) to the latest [5.0.4](https://github.com/hakimel/reveal.js/releases/tag/5.0.4) version. This adds ?view=print and ?view=scroll options as well as other fixes.
Resubmit of #15 following rename of `master` to `main`
* Remove "wp_texturize" by default * Add a new markdown field per-slide, separate from the data attribute field * Markdown should be edited in a textarea, not a wp_editor
* Added datalist to the "new" field. * Added link to revealjs documentation. Replaces #18
I'd like to be able to embed slides on LifterLMS pages. (This would be for presenting summary materials in person- the presenter and participants could have the full notes etc...
I don't really know where to start, but having the new Guttenberg editor might be useful for those new to Wordpress?
While there are a lot of [config options](https://github.com/hakimel/reveal.js#configuration) for reveal.js, it would be nice to have some of the more common ones be set on a per-slideshow basis, via settings...
When trying to use Markdown in the speaker notes line breaks and lists don't work. Example Markdown: ``` ## Heading - List Item 1 - List Item 2 - List...