2 ## smdp - A suckless command-line based markdown presentation tool
7 **smdp** is a fork of **mdp** (find it [here](https://github.com/visit1985/mdp), the wonderful markdown presentation program. **smdp** is a set of modifications to my liking, namely, to make the project more suckless. Here's some notable differences:
8 - configuration variables were abstracted out into a config.h variable (you can now change colors and keybindings to your liking!)
9 - color fading and transparency was removed
10 - patches are encouraged (i will be providing a couple myself)
14 **smdp** needs the ncursesw headers to compile. Install based on your distro, and compile using:
17 git clone https://github.com/MrPicklePinosaur/smdp.git
26 Horizontal rulers are used as slide separator.
28 Supports basic markdown formating:
41 Supports headers prefixed by @ symbol.
43 - first two header lines are displayed as title and author
46 Review sample.md for more details.
50 - h, j, k, l, Arrow keys,
51 Space, Enter, Backspace,
52 Page Up, Page Down - next/previous slide
53 - Home, g - go to first slide
54 - End, G - go to last slide
56 - r - reload input file
61 A `config.h` configuration file is available in `include/`, change the settings you want and recompile.
62 Colors, keybindings and list types are configurable as of now. Note that configuring colors only works in 8 color mode.
66 Many kudos to the original authors and contributors of **mdp**. Once again, you can find the original project [here](https://github.com/visit1985/mdp).