Skip to content

nextjournal/clerk-slideshow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎠 clerk-slideshow

Build your slideshows using Clerk notebooks!

CleanShot.2022-06-01.at.11.14.46.mp4

How does it work?

Simply require clerk-slideshow

(ns simple_slideshow
  (:require [nextjournal.clerk :as clerk]
            [nextjournal.clerk-slideshow :as slideshow]))

…and add it to Clerk’s viewers using clerk/add-viewers!:

(clerk/add-viewers! [slideshow/viewer])

With that in place, you can use Markdown comments to write your slides’ content. Use Markdown rulers (---) to separate your slides. You can use everything that you’ll normally use in your Clerk notebooks: Markdown, plots, code blocks, you name it.

Press and to navigate between slides or Escape to get an overview.

About

No description, website, or topics provided.

Resources

License

Stars

56 stars

Watchers

3 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors