TLDR: Markdown -> Google Slides
Create a course config:

Add a Markdown file (with Front Matter for structured data):

It automatically creates Google Slides (and can output it as PDF for local viewing):

- Install deno
- In Google Cloud create a project and service account with slides + drive permissions
- Save JWT info in
cred.json
- Use
deno fmt
,deno lint --fix
,deno test
- Run with
deno task dev