spago-slides

command module
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 30, 2020 License: BSD-3-Clause Imports: 11 Imported by: 0

README

spago-slides

Web-base Presantation CLI tool for Gopher.

Step1. install

go get github.com/nobonobo/spago-slides

Step2. write markdown

content.md

# Title

====

# Next Page

<li class="fragment">Item1</li>
<li class="fragment">Item2</li>

====

# Last Page
  • ====: page separator.
  • class="fragment": not visible at first.

Step3. execute server

spago-slides content.md

default listen port is ":8080"

Step4. open on your browser

open htttp://localhost:8080

Step5. start your presantation!

key map

  • Arrow Right(▶️buttton click): If the slide has fragments, they will be displayed, otherwise the slide move to next page.
  • Arrow Left(◀️buttton click): the slide move to prev page.
  • R key: reload content.md

Step extra.

If you use custom.css, you can use -css option.

spago-slides -css custoom.css content.md

Enjoy!

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL