pressent

Crates.iopressent
lib.rspressent
version1.1.2
sourcesrc
created_at2020-02-03 13:29:47.845519
updated_at2020-02-07 21:29:21.146049
descriptionserving markdown files as presentations
homepage
repositoryhttps://github.com/Dawidkubis/pressent/
max_upload_size
id204443
size8,140,563
(Dawidkubis)

documentation

README

Pressent

Create good looking presentations with markdown.

<<>>

Installation

cargo install pressent

<<>>

Building from source

make

or

cargo build --release

that should create a target/release/pressent binary. There is also a symlink pressent that points to target/release/pressent.

<<>>

Usage

Pressent syntax is standard markdown syntax + the <<>> symbol for separating slides, for instance:

presentation.md:

# My Presentation

<<>>
## Hello

<<>>
## World

Running the presentation is done with: pressent presentation.md. You can specify the port with -p. The presentation will be served on localhost:8000 (or any other port that was chosen).

Commit count: 0

cargo fmt