0.1.3 • Published 7 years ago

tnote v0.1.3

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

tnote

Build Status

:ledger: A nodern presentation engine :zap:

Following the KISS principle we use Markdown as slides syntax and Git for collaboration.

asciicast

Markdown

We use the same syntax that reveal.js and reveal-md. You can check the demo example.

Install

:eyes: Install the last Node.js stable version and then:

npm i -g tnote

Android

  • Install Termux.
  • Upgrade the system and install Node:
apt update && apt upgrade
apt install nodejs
npm i -g tnote

Use

:rocket: 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

Contributing

:sunglasses: If you'd like to help please check this.