fsprojects / FsReveal

FsReveal parses markdown and F# script file and generates reveal.js slides.
http://fsprojects.github.io/FsReveal
258 stars 102 forks source link

Allow slide folder customization #122

Open julienadam opened 2 years ago

julienadam commented 2 years ago

This change allows passing the slide folder as an optional parameter.

I found that useful when you have many presentations and you don't want to have a copy of the whole FsReveal repo in each one.

Also changed string concat to path combination operators for path building to fix an issue with the FS watcher not working with the custom slide folder.