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

Latest commit

 

History

History
28 lines (19 loc) · 930 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 930 Bytes

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.