From fb11e1f09aa03867a6513099ff8f03202da93f83 Mon Sep 17 00:00:00 2001 From: "Daniel Campoverde [alx741]" Date: Fri, 6 May 2016 00:04:23 -0500 Subject: [PATCH 1/4] mdp: add page --- pages/common/mdp.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pages/common/mdp.md diff --git a/pages/common/mdp.md b/pages/common/mdp.md new file mode 100644 index 000000000..3c99d674e --- /dev/null +++ b/pages/common/mdp.md @@ -0,0 +1,19 @@ +# mdp + +> A command-line based tool to make presentations from markdown formatted files. + +- Start a presentation from a markdown file: + +`mdp {{presentation.md}}` + +- Disable fading transitions: + +`mdp --nofade {{presentation.md}}` + +- Invert colors for light background: + +`mdp --invert {{presentation.md}}` + +- Disable transparency in transparent terminal: + +`mdp --notrans {{presentation.md}}` From b8e78400541907643a9d14e7b91fb567a03f1f81 Mon Sep 17 00:00:00 2001 From: "Daniel Campoverde [alx741]" Date: Fri, 6 May 2016 11:07:10 -0500 Subject: [PATCH 2/4] mdp: specify ncurses in the description --- pages/common/mdp.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/common/mdp.md b/pages/common/mdp.md index 3c99d674e..198fdb3d1 100644 --- a/pages/common/mdp.md +++ b/pages/common/mdp.md @@ -1,8 +1,8 @@ # mdp -> A command-line based tool to make presentations from markdown formatted files. +> A command-line, ncurses based tool to make presentations from markdown files. -- Start a presentation from a markdown file: +- Launch a presentation from a markdown file: `mdp {{presentation.md}}` @@ -14,6 +14,6 @@ `mdp --invert {{presentation.md}}` -- Disable transparency in transparent terminal: +- Disable transparency in transparent terminals: `mdp --notrans {{presentation.md}}` From 21f3cecd77945e71ba54d607c663b8a33d1c16de Mon Sep 17 00:00:00 2001 From: "Daniel Campoverde [alx741]" Date: Fri, 6 May 2016 11:48:01 -0500 Subject: [PATCH 3/4] mdp: clarify about font color `--invert` --- pages/common/mdp.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/common/mdp.md b/pages/common/mdp.md index 198fdb3d1..c83b8c0f7 100644 --- a/pages/common/mdp.md +++ b/pages/common/mdp.md @@ -1,8 +1,8 @@ # mdp -> A command-line, ncurses based tool to make presentations from markdown files. +> A command-line based tool to make presentations from markdown files. -- Launch a presentation from a markdown file: +- Launch a presentation from a markdown file in the terminal: `mdp {{presentation.md}}` @@ -10,7 +10,7 @@ `mdp --nofade {{presentation.md}}` -- Invert colors for light background: +- Invert font colors tu use within a light background terminal: `mdp --invert {{presentation.md}}` From 2cb2770214584e74658552e7d27313033b9aecab Mon Sep 17 00:00:00 2001 From: "Daniel Campoverde [alx741]" Date: Fri, 6 May 2016 17:19:36 -0500 Subject: [PATCH 4/4] mdp: fix typo --- pages/common/mdp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/mdp.md b/pages/common/mdp.md index c83b8c0f7..21b7e5c63 100644 --- a/pages/common/mdp.md +++ b/pages/common/mdp.md @@ -10,7 +10,7 @@ `mdp --nofade {{presentation.md}}` -- Invert font colors tu use within a light background terminal: +- Invert font colors to use in terminals with light background: `mdp --invert {{presentation.md}}`