mds-rs-0.1.5 is not a library.
Info
I built this to create minimal and pretty slideshows for my Youtube channel, as well as other contexts where a slideshow might be useful.
Features:
- Fancy progress-bar
- Fullscreen-mode
- Hidden scrollbar
- Auto-hide mouse after inactivity
There are no user-customizable theme-options as of yet.
Currently supported markdown syntax:
- Tables
- Syntax highlighting in code blocks
- Links
- Lists (bullet, check, numbered)
- Images
- Code blocks
- Quotes ('>')
- Headers (see usage section)
'mds' is an abbreviation for "markdown slides".
Install
cargo install mds-rs
Usage
CLI
USAGE
mds [options] <src-file>
META OPTIONS
-h, --help Displays this help message.
-v, --version Display current version and other information.
OPTIONS
-o <path> Output destination path surrounded by double quotes.
Example: mds -o "../my-presentation.html" present.md
If option is omitted, the slide is generated to
the current directory.
Presentation controls
Left arrow Previous slide
Right arrow Next slide
Spacebar Toggle fullscreen
Markdown
No proper usage instructions written as of yet.
See the examples directory for more practical information.
Slide hierarchy:
# h1 slide section
## h2 slide
### h3 slide header text
#### h4 slide sub-header
Screenshots
No screenshots added yet.
License
This project is licensed under the MIT License.