📒 A nodern presentation engine ⚡
Following the KISS principle we use Markdown as slides syntax and Git for collaboration.
We use the same syntax that reveal.js and reveal-md. You can check the demo example.
👀 Install the last Node.js stable version and then:
npm i -g tnote
- Install Termux.
- Upgrade the system and install Node:
apt update && apt upgrade
apt install nodejs
npm i -g tnote
🚀 The --help
output and a quick example:
Usage: bin [options] [slides]
"slides": path or URI to the slides markdown file
Options:
-h, --help output usage information
-V, --version output the version number
-n, --notes show also the speaker notes
-k, --keys show key shortcuts
-w, --width <width> set the width in px, use 0 for 100% [80]
-s, --social <interval> set the time to re-calculate social network metrics, use 0 for disable [600]
# Run the demo.
tnote
# Start a presentation.
tnote slides.md
# A remote hosted one.
tnote https://raw.githubusercontent.com/jesusprubio/tnote/master/example/demo.md
😎 If you'd like to help please check this.