A minimal Markdown Editor desktop app built on top of Electron.
How To Use • Download • Credits • Related
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/macaury/Green-Panther.git
# Go into the repository
$ cd E-commerce
# Install dependencies
$ npm install
# Run the app
$ npm run dev
Note If you're using Linux Bash for Windows, see this guide or use
node
from the command prompt.
You can download the latest installable version of Markdownify for Windows, macOS and Linux.
Markdownify is an emailware. Meaning, if you liked using this app or it has helped you in any way, I'd like you send me an email at [email protected] about anything you'd want to say about this software. I'd really appreciate it!
This software uses the following open source packages:
- Electron
- Node.js
- Marked - a markdown parser
- showdown
- CodeMirror
- Emojis are taken from here
- highlight.js
markdownify-web - Web version of Markdownify