UNPKG

electron-markdownify

Version:
89 lines (66 loc) 3.03 kB
<h1 align="center"> <br> <a href="http://www.amitmerchant.com/electron-markdownify"><img src="https://raw.githubusercontent.com/amitmerchant1990/electron-markdownify/master/img/markdownify.png" alt="Markdownify" width="200"></a> <br> Electron Markdownify <br> </h1> <h4 align="center">This is a minimal Markdown Editor desktop app based on <a href="http://electron.atom.io" target="_blank">Electron</a>.</h4> <p align="center"> <a href="http://electron.atom.io"> <img src="https://cdn.rawgit.com/amitmerchant1990/electron-markdownify/d0059441c4440c89f9d098b367fd5d987ac044f2/img/electron-badge.svg" alt="Electron"> </a> <a href="https://badge.fury.io/js/electron-markdownify"> <img src="https://badge.fury.io/js/electron-markdownify.svg" alt="Gitter"> </a> <a href="https://gitter.im/amitmerchant1990/electron-markdownify"><img src="https://badges.gitter.im/amitmerchant1990/electron-markdownify.svg"></a> <a href="https://saythanks.io/to/amitmerchant1990"> <img src="https://img.shields.io/badge/SayThanks.io-%E2%98%BC-1EAEDB.svg"> </a> </p> <br> ![screenshot](https://raw.githubusercontent.com/amitmerchant1990/electron-markdownify/master/img/markdownify.gif) ## Key Features * LivePreview - Make changes, See changes - Instantly see what your Markdown documents look like in HTML as you create them. * Sync Scrolling - While you type, LivePreview will automatically scroll to the current location you're editing. * GitHub Flavored Markdown * Syntax highlighting * Dark/Light mode * Toolbar for basic Markdown formatting * Save the Markdown preview as PDF * Emoji support in preview :tada: * App will keep alive in tray for quick usage * Full screen mode - Write distraction free. * Cross platform - Windows, Mac and Linux ready. ## How To Use Install it using : `npm install electron-markdownify` *Or* Clone this repository, and run ``` $> cd PATH-TO-MARKDOWNIFY-DESKTOP-APP $> npm install && npm start ``` ## Download You can [download](https://github.com/amitmerchant1990/electron-markdownify/releases/tag/v1.2.0) latest installable version of Markdownify for Windows, Darwin and Linux. ## Credits This software uses code from several open source packages. - [Electron](http://electron.atom.io/) - [Node.js](https://nodejs.org/) - [Marked - a markdown parser](https://github.com/chjj/marked) - [showdown](http://showdownjs.github.io/showdown/) - [CodeMirror](http://codemirror.net/) - Emojis are taken from [here](https://github.com/arvida/emoji-cheat-sheet.com) - [highlight.js](https://highlightjs.org/) ## Related [markdownify-web](https://github.com/amitmerchant1990/markdownify-web) - Web version of Markdownify #### License MIT --- > [amitmerchant.com](https://www.amitmerchant.com) &nbsp;&middot;&nbsp; > GitHub [@amitmerchant1990](https://github.com/amitmerchant1990) &nbsp;&middot;&nbsp; > Twitter [@amit_merchant](https://twitter.com/amit_merchant)