Electron app to easily edit Markdown file in a Git Repository May be useful if want to :
- Create and edit a Markdown documentation as a Git repository
- Edit a Markdown file in a Git Repository
- Auto-fetch from Git repository
- Clean, fresh & material design
- Auto add, commit, and push edited markdown
- Markdown syntax viewer (thanks to Markdown-It project)
- Emoji support (thanks to Markdown-It project)
- Markdown WYSIWYG Editor (thanks to Simple MDE project)
- BETA : Support relative link & relative images
- BETA : Support image upload via copy-paste on file
### Install
npm install
cd /app/ && bower install
npm start
### Contributing
Feel free to fork and contribute !
### License
MIT 2016