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
- Host: GitHub
- URL: https://github.com/ruslang02/mdreader
- Owner: ruslang02
- Created: 2018-06-12T20:08:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-21T15:10:45.000Z (almost 7 years ago)
- Last Synced: 2025-01-13T20:33:43.786Z (3 months ago)
- Language: HTML
- Size: 759 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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?_
## 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