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
- Host: GitHub
- URL: https://github.com/jaybee18/marcdown
- Owner: Jaybee18
- License: mit
- Created: 2022-12-12T10:08:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-12T21:05:31.000Z (over 3 years ago)
- Last Synced: 2025-10-21T03:46:13.315Z (8 months ago)
- Topics: electron, markdown, minimalistic
- Language: CSS
- Homepage:
- Size: 807 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# marcdown
A macOS inspired, extremely minimalistic and fast live markdown editor with GitHub's markdown theme.
# Design


# 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
```