Skip to content

A markdown desktop editor with steroids powered by the web

License

Notifications You must be signed in to change notification settings

kurai021/MDWriter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MDWriter


A markdown desktop editor with steroids powered by the web.

Imgur

Features

  • Save to Markdown (GFM)
  • Export to HTML, PDF and DOCX
  • Syntax Highlighting
  • Editor and highlighting themes and font size changer
  • Outlook, Gmail and Yahoo support (for Gmail you must enable less secure apps)
  • Blogger support (see ToDo)
  • Word counter
  • Markdown syntax helper and shortcuts
  • Emoji and shortcuts support
  • Mermaid for Flowchart/Graphs and Gantt diagram support, see basic syntax
  • Mathjax support
  • And a nice UI based in Material.

Getting Started

Clone from source

$ git clone https://github.com/kurai021/MDWriter.git
$ cd MDWriter/

Install Dependencies

  1. Install npm dependencies
$ npm install
  1. Install Bower dependencies
$ bower install
  1. Build Highlight.js
$ gulp build-highlight

Test

Testing with NW

  • run gulp test in terminal

Build

  • Actually you can build this proyect for GNU/Linux, OSX and Windows only in x64, but if you want to make a build for x86, you can add this in gulpfile.js in this line
platforms: ['linux64', 'osx64', 'win64'],

ToDo

  • Emoji support (actually the support is partial)
  • Print support.
  • Fix publish options using the APIs (Tumblr is necesary?) and add Ghost and Wordpress suport.
  • Optimize the code
  • Create a task for minification.

How to Contribute?

If you want to contribute to this project, create a issue with "request to contribute" as a title and a brief description of what do you want to do, so I will add you as a colaborator.

License

Check LICENSE for information.

Donations

If this project was useful for you, you can donate some BTC -> 19bAJaFzHRTYPW5SrbzzfPbZ5jLAEotCVa

About

A markdown desktop editor with steroids powered by the web

Resources

License

Stars

Watchers

Forks

Packages

No packages published