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

https://github.com/jaybee18/marcdown

minimalistic markdown editor
https://github.com/jaybee18/marcdown

electron markdown minimalistic

Last synced: about 2 months ago
JSON representation

minimalistic markdown editor

Awesome Lists containing this project

README

          

# marcdown
A macOS inspired, extremely minimalistic and fast live markdown editor with GitHub's markdown theme.

# Design
![preview1](images/preview1.png)

![preview3](images/preview3.png)

# Develop
make sure all node modules are installed, then run
```
npm run start
```

# Build
```
npm install
npm run make
```
run above commands to install all required node modules and build the app

output files will be located in the ./out directory

# Run
```
./out/marcdown-win32-x64/marcdown.exe
```