DEV Community

Discussion on: Who's looking for open source contributors? (Dec 17th edition)

Collapse
 
amit_merchant profile image
Amit Merchant • Edited

Markdownify - A minimal Markdown editor desktop app

GitHub logo amitmerchant1990 / electron-markdownify

📕 A minimal Markdown editor desktop app


Markdownify
Markdownify

A minimal Markdown Editor desktop app built on top of Electron.

Gitter

Key FeaturesHow To UseDownloadCreditsRelatedLicense

screenshot

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
  • KaTeX Support
  • Dark/Light mode
  • Toolbar for basic Markdown formatting
  • Supports multiple cursors
  • Save the Markdown preview as PDF
  • Emoji support in preview 🎉
  • App will keep alive in tray for quick usage
  • Full screen mode
    • Write distraction free.
  • Cross platform
    • Windows, macOS and Linux ready.

How To Use

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/amitmerchant1990/electron-markdownify
#

I'm looking for contributors for this project. There are some help wanted and some issues tagged under enhancement. But you can pick up whichever you feel like working on.

Regards!

Collapse
 
bulfonjf profile image
bulfonjf

Do you use c#?