Skip to content
This repository has been archived by the owner on May 25, 2018. It is now read-only.

jesusprubio/tnote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A modern presentation engine

Resources

License

Stars

Watchers

Forks

Packages

No packages published