remarker icon indicating copy to clipboard operation
remarker copied to clipboard

Feature Request: Multiple presentations

Open bramus opened this issue 4 years ago • 3 comments

It'd be nice if one were able to serve/build multiple .md from one source directory. Each presentation would then be built as a separate HTML file.

bramus avatar Oct 14 '19 18:10 bramus

Now we build slides.md into index.html. If we support multiple slides in single project, what is the reasonable way to map markdown source to html files?

kt3k avatar Feb 28 '20 05:02 kt3k

or what is a reasonable way to configure it?

kt3k avatar Feb 28 '20 05:02 kt3k

I would keep it straightforward: the filename would be the configuration.

  • chapter1.mdchapter1.html
  • chapter2.mdchapter2.html

Exception would be slides.md that still compiles down to index.html, for backwards compatibility reasons.

bramus avatar Feb 28 '20 09:02 bramus