smketterer / mdv

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:JavaScript 83.7%Language:Vue 16.3%