2016-05-06 06:04:23 +01:00
|
|
|
# mdp
|
|
|
|
|
2016-05-06 17:48:01 +01:00
|
|
|
> A command-line based tool to make presentations from markdown files.
|
2019-06-04 10:25:08 +01:00
|
|
|
> More information: <https://github.com/visit1985/mdp>.
|
2016-05-06 06:04:23 +01:00
|
|
|
|
2016-05-07 18:11:30 +01:00
|
|
|
- Launch a presentation in the terminal from a markdown file:
|
2016-05-06 06:04:23 +01:00
|
|
|
|
|
|
|
`mdp {{presentation.md}}`
|
|
|
|
|
|
|
|
- Disable fading transitions:
|
|
|
|
|
|
|
|
`mdp --nofade {{presentation.md}}`
|
|
|
|
|
2016-05-06 23:19:36 +01:00
|
|
|
- Invert font colors to use in terminals with light background:
|
2016-05-06 06:04:23 +01:00
|
|
|
|
|
|
|
`mdp --invert {{presentation.md}}`
|
|
|
|
|
2016-05-06 17:07:10 +01:00
|
|
|
- Disable transparency in transparent terminals:
|
2016-05-06 06:04:23 +01:00
|
|
|
|
|
|
|
`mdp --notrans {{presentation.md}}`
|