leegao / electron-markdownify

A minimal Markdown editor desktop app based on Electron

Home Page:http://www.amitmerchant.com/electron-markdownify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Markdownify
Electron Markdownify

This is a minimal Markdown Editor desktop app based on Electron.

Gitter


screenshot

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

Features

  • LivePreview - Make changes, See changes
    • Instantly see what your Markdown documents look like in HTML as you create them.
    • While you type, LivePreview will automatically scroll to the current location you're editing.
  • Syntax highlighting
  • Dark/Light mode
  • Toolbar for basic Markdown formatting
  • Full screen mode
    • Write distraction free.
  • Cross platform
    • Windows, Mac and Linux ready.

Download

You can download installable version of Markdownify for Windows, Darwin and Linux.

Tools Used

License

MIT

About

A minimal Markdown editor desktop app based on Electron

http://www.amitmerchant.com/electron-markdownify

License:MIT License


Languages

Language:JavaScript 96.2%Language:CSS 3.0%Language:HTML 0.8%