Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
/ mdv Public archive

A simple command-line presentation tool with syntax highlighting, using Markdown.

License

Notifications You must be signed in to change notification settings

smketterer/mdv

Repository files navigation

MDV

A simple, styled command-line presentation tool using markdown, built with blessed-vue.

MDV: markdown presentation tool screenshot MDV: markdown presentation tool screenshot

Build Setup

# Install dependencies
npm install

# Example of a presentation
npm run start sample.md

# Example of a flat markdown file
npm run start sample2.md

Creating a Presentation

Normal Markdown rules apply, with the following exceptions:

  • Pages are separated by !!! characters and slide titles can be provided by !!!Example slide title.
  • Links will only show the href, to allow clicking through from the terminal.
  • Common usage examples are illustrated in sample.md.

This project uses a slightly modified version of marked-terminal to facilitate syntax highlighting in multiple languages via cli-highlight. The theme is based loosely on the monokai-sublime theme.

About

A simple command-line presentation tool with syntax highlighting, using Markdown.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published