flutter_deck icon indicating copy to clipboard operation
flutter_deck copied to clipboard

feat: Slide template Markdown support

Open matthew-carroll opened this issue 7 months ago • 0 comments

Description

Make it possible to define an entire slideshow with one or multiple Markdown files. The slideshow player loads the Markdown and dynamically generates slides at runtime.

This also implies some kind of templating system, on conjunction with a mapping from Markdown format to slide placeholders.

Requirements

  • [ ] TBD

Additional Context

Once Markdown is supported, developers might make the same request for subsets of HTML, custom JSON formats, etc. Consider possible extension points along the way.

matthew-carroll avatar Jul 16 '24 22:07 matthew-carroll