diff --git a/README.md b/README.md index fabac85..0cf5dd6 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,15 @@ To remove the extension, execute: pip uninstall jupyterlab_rise ``` +## Usage +To mark a cell as a new slide, sub-slide or fragment, open the property inspector and choose the slide type: + +Property inspector slide type + +Use `Ctrl+R` to render the current notebook as a slidehow: + +Rendered slideshow + ## Troubleshoot If you are seeing the frontend extension, but it is not working, check diff --git a/docs/prop-inspector-slide-type.png b/docs/prop-inspector-slide-type.png new file mode 100644 index 0000000..7bd1b1e Binary files /dev/null and b/docs/prop-inspector-slide-type.png differ diff --git a/docs/render-slideshow.png b/docs/render-slideshow.png new file mode 100644 index 0000000..42faa4d Binary files /dev/null and b/docs/render-slideshow.png differ