An open API service indexing awesome lists of open source software.

https://github.com/ruslang02/mdreader

Electron-based MD files reader
https://github.com/ruslang02/mdreader

Last synced: about 2 months ago
JSON representation

Electron-based MD files reader

Awesome Lists containing this project

README

        

# MD Reader
An offline MD files reader based on Electron.
> Convinient for Electron web-apps developers with Electron preinstalled (elsewise you might need to download approx. 150 MB of some stuff)
_Sometimes need all your docs packed, available offline and being readed with stylish tool?_

![Product screenshot](https://pp.userapi.com/c849228/v849228683/3b2e/KV9n6U1IJxI.jpg)

## Installation
1. `git clone` or download .zip and unpack
2. Install [NodeJS and NPM](https://nodejs.org)
3. Ensure you have Electron globally installed
4. `electron `

## Plans
- File search
- Full link support
- Table support
- Syntax highlighting
- Marking of active document
- Tree view

## Changelog

#### v1.0.1
Fixed transparency issues on multiple platforms
#### v1.0.0
First release