This package has been deprecated

Author message:

UNMANTAINED project

tnote

0.1.3 • Public • Published

tnote

Build Status

📒 A nodern presentation engine ⚡

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

👀 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

🚀 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

😎 If you'd like to help please check this.

Package Sidebar

Install

npm i tnote

Weekly Downloads

3

Version

0.1.3

License

MIT

Last publish

Collaborators

  • jesusprubio