noslide-js

1.0.7 • Public • Published

noslide.js

NPM

Build Status Coverage Status Dependencies

Install

git clone https://github.com/crazyguitar/noslide.js
cd noslide.js
npm install
Install binary tool
npm install -g

Demo

Binary tool

$ noslide -h
 
  Usage: noslide [options] <markdown>
 
  Options:
 
    -h, --help           output usage information
    -V, --version        output the version number
    -t, --theme [theme]  Add the specified theme [Ptt]

Control Keys

    Arrow right      next slide
    Arrow left       previous slide
    Arrow up         scroll up slide
    Arrow down       scroll down slide
    home             go to first slide
    end              go to last slide
    r                reload slide
    esc, q, Ctrl+c   quit

How to use noslide

var noslide = require('noslide-js').noslide
  , theme = require('noslide-js').themes.Ptt;
 
 
const markdown = 'slides/example.md'
 
let slide = new noslide(markdown, theme);
slide.render();

Other related projects

vimdeck mdp vtmc tkn

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.7
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.7
    1
  • 1.0.6
    0
  • 1.0.5
    0
  • 1.0.4
    0

Package Sidebar

Install

npm i noslide-js

Weekly Downloads

1

Version

1.0.7

License

MIT

Last publish

Collaborators

  • crazyguitar