d0c-s4vage / lookatme

An interactive, terminal-based markdown presenter
https://lookatme.readthedocs.io/en/latest/
MIT License
2.06k stars 59 forks source link

Can now export lookatme slides with `--to-html OUTPUT_DIR`!!! #197

Closed d0c-s4vage closed 1 year ago

d0c-s4vage commented 1 year ago

Todos in future iterations:

Example

The result of running the command below is attached:

lookatme --tutorial --to-html /tmp/tutorial_html

tutorial_html.zip

Screenshot of loading tutorial_html/index.html in Google Chrome:

image

d0c-s4vage commented 1 year ago

This PR should address both #154, #155, and #196