mdp icon indicating copy to clipboard operation
mdp copied to clipboard

A command-line based markdown presentation tool.

Results 21 mdp issues
Sort by recently updated
recently updated
newest added

After installation, and `mdp my_own.md`, there are some long lines in `my_own.md` file, it shows:`"Error: Terminal size 135x34 too small. Need at least 683x1242.".` But my terminal is already in...

enhancement

When I prepare my slides I like to add notes in the slides to remember what to say on presentation day. Add html comments like in other markdown files would...

enhancement

If you forget to end your markdown file with at least 1 newline character, the last line will not show up in the presentation. Would be cool if `mdp` could...

bug

most markdown slide tool can use `#`, `##` and `###` as title for each slide and automatically split the file into slides(all of the 3 headers are treated the same),...

enhancement

Does `mdp` use any configuration file? I was wondering if it's possible to customize how `mdp` display content such as lists. Right now they are displayed like this ``` +-...

enhancement

_This is more of a thinking-out-loud issue._ I have this [markdown file](https://gist.github.com/gabrieljoelc/ad5b32e9d5e0f29cc735e2ffade15e7b#file-journal-2019-06-25-mind-of-eng-md) I presented to my team with mdp about a year ago (mdp was great). I have referenced this...

I extracted a couple of config options into a config.h file. Keybindings is now an array that users can specify any number of keys to trigger the event. Configuring colors...

It would be great to expose a config.h header or something of the sort to allow for customizing colors and keybindings and the such instead of directly modifying the c...

When presenting, I want to be able to press and hold or repeatedly press a control to get past the last stop point on a slide, without accidentally going to...

Currently, we can do that manually by pressing ctrl+z and invoking `asciinema play` and then going back to the presentation with `fg`. It would be great if we could put...

enhancement