mauve-markdown

1.0.0 • Public • Published
Mauve

Mauve

A very simple Markdown viewer

Installation

# clone the repository and install dependencies
git clone https://github.com/pfertyk/mauve
cd mauve
npm install

# run the application
npm start

Binaries for Linux are available here.

Features

Mauve implements a minimal set of features, including:

  • displaying Markdown files
  • reloading the view when the file is modified
  • drag and drop support

Why Mauve?

There are other Markdown viewers. Most of them run a server process to host the rendered files or can only be installed as a browser addon. This is complicated.

There is also Electron Markdownify. It supports exporting to PDF, themes, split view and other features. It is also complicated.

Mauve is simple. It does one thing: it displays Markdown files. If you want just that, try Mauve.

Readme

Keywords

Package Sidebar

Install

npm i mauve-markdown

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • pfertyk