Slides over SSH
You will be able to access the presentation hosted over SSH! You can use this to present with slides from a computer that doesn't have slides installed, but does have ssh. Or, let your viewers have access to the slides on their own computer without needing to download slides and the presentation file. (Thanks to @ivantsepp!)
slides serve <file>
And then ssh
into your presentation with:
ssh 127.0.0.1 -p 53531
What's Changed
- Add ssh server functionality by @ivantsepp in #150
- feat: ensure that date strings are not interpreted as January 2, 2006 formatted strings by @maaslalani in #170
- Feat: Yank Code Blocks by @maaslalani in #173
- Code Comments to hide verbose code by @maaslalani in #174
- feat: add support for java code execution by @mfathi91 in #184
New Contributors
- @ivantsepp made their first contribution in #150
- @mfathi91 made their first contribution in #184
Full Changelog: v0.8.0...v0.9.0