Skip to content

pfertyk/mauve

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.