d0c-s4vage / lookatme

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

Embedded terminal not working #113

Closed AckslD closed 3 years ago

AckslD commented 3 years ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce

Steps to reproduce the behavior:

  1. Go to examples cd examples/file_loader_ext
  2. Show the slide lookatme example.md

Expected behavior A embedded terminal as in the screencast in the README.

Screenshots What I see is:

gscreenshot_2021-04-18-123604

Environment (please complete the following information):

Additional context My first time trying out lookatme so not sure I missed something

d0c-s4vage commented 3 years ago

Thank you for reporting this!

I'll test this out on one of my Macs. There may be some platform-specific issues to work around - I'll dig into it.

evanbattaglia commented 3 years ago

I had to add

extensions:
  - terminal

to the presentation headers. Then it worked. I'm on Linux.

pwntester commented 3 years ago

I had to add

extensions:
  - terminal

to the presentation headers. Then it worked. I'm on Linux.

That worked for me on macos too, thanks!

AckslD commented 3 years ago

@evanbattaglia Thanks that worked :+1: also doing

lookatme -e terminal example.md

worked

d0c-s4vage commented 3 years ago

Ah, I misunderstood part of the issue. Glad it's working :^) I should probably update the documentation to make this clearer.

d0c-s4vage commented 3 years ago

I've created https://github.com/d0c-s4vage/lookatme/issues/121 to update the documentation and tutorial. Closing this issue.