Slideshow
To display any markdown file in slideshow, access slideshow like follow.
https://recitativo.github.io/slideshow.html?md=[URL or path to markdown file]
To set relative path for markdown file, set its path from /slideshow.html.
Also, you can set window title and theme like follow.
https://recitativo.github.io/slideshow.html?md=[URL or path to markdown file]&title=[window title]&theme=[theme name or URL for css]
Notes:
- Slideshow for this page
- After opening slideshow, press
skey to showNote:segment in presenter window.
Customized settings in this slideshow
Scripting to render followings:
Horizontal pagenation
3 hyphens with blank lines before and after.
[Previous page]
---
[Next page]
Vertical pagenation
4 hyphens with blank lines before and after.
[Previous page]
----
[Next page]
Presenter notes
Line starts with Note: or Notes: until pagenation.
[Previous page]
Notes:
something to talk, but not to show.
---
[Next page]
reveal.js
Slideshow functionality on this site uses reveal.js.
This slideshow is realized by slideshow.html customized from sample index.html of reveal.js in this site’s repository.
How to apply slideshow.html into your site
- Download
reveal.js. - Extract
reveal.js-x.x.x.zipand put extracted directory into your site. - Download
slideshow.htmland put it on upper of yourreveal.js/directory, i.e.../reveal.js/. - Check differences between
index.htmlinreveal.jsdirectory andslideshow.html, fix them if it does not work.
Note:
Press down key to go page vertically.
How to update reveal.js in your site
- Download latest
reveal.js. - Rename old
reveal.js/directory torename.js.old/or etc. - Extract
reveal.js-x.x.x.zipand put extracted directory asreveal.jsinto your site. - Check differences between
reveal.js.old/index.htmlandreveal.js/index.htmland apply changes into yourslideshow.html.
Customization in slideshow.html against index.html in reveal.js was submitted as Pull Request. If this PR merged, we can use the original index.html without slideshow.html.