#presentation #markdown #looking #serving

nightly app pressent

serving markdown files as presentations

6 stable releases

1.1.2 Feb 7, 2020
1.1.0 Feb 3, 2020
1.0.2 Feb 3, 2020

#13 in #looking

MIT license

2.5MB
138 lines

Contains (ELF exe/lib, 8MB) pressent

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).

Dependencies

~18MB
~356K SLoC