• This repository has been archived on 20/Jun/2019
  • Stars
    star
    355
  • Rank 119,395 (Top 3 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created about 9 years ago
  • Updated about 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A markdown editor built with Electron and React


Marky
Marky

A Markdown editor

For OS X, Windows and Linux

Built with Electron and React + Redux

Travis Release Downloads Dependency status Dev dependency status

Install

Marky is still under development. You can download the latest version from the releases page.

Please not that binaries are not signed. If you need them to be signed you can easily do it with your own certificates.

screenshot

Features

  • Live preview
  • GitHub Flavored Markdown support
  • Search in Markdown
  • Syntax highlighting
  • Emoji Support
  • Words count
  • Resizable panels
  • Finder integration (OS X)

Technologies used

Roadmap

Refer to open issues. Also feel free to propose features and report bugs.

How to Contribute

Install dependencies

$ npm install

Run app

$ npm start

Package app

Builds app binaries for OS X, Linux, and Windows.

$ npm run build

To build for one platform:

$ npm run build -- [platform]

Where [platform] is darwin, linux, win32, or all (default).

The following optional arguments are available:

  • --sign - Sign the application (OS X, Windows)
  • --package=[type] - Package single output type.
    • deb - Debian package
    • zip - Linux zip file
    • dmg - OS X disk image
    • exe - Windows installer
    • portable - Windows portable app
    • all - All platforms (default)

Note: Even with the --package option, the auto-update files (.nupkg for Windows, *-darwin.zip for OS X) will always be produced.

Windows build notes

To package the Windows app from non-Windows platforms, Wine needs to be installed.

On OS X, first install XQuartz, then run:

brew install wine

(Requires the Homebrew package manager.)

Code Style

js-standard-style

Inspiration

License

MIT. Copyright (c) Alessandro Arnodo.

More Repositories

1

fair-analytics

📊 An analytics server that doesn't undermine user's privacy
JavaScript
748
star
2

morpheus

The next generation web publishing platform built with React.js
JavaScript
673
star
3

angular-kickstart

angular-kickstart - speed up your AngularJS development and testing with a great gulpjs build system.
JavaScript
552
star
4

statty

A tiny and unobtrusive state management library for React and Preact apps
JavaScript
512
star
5

silex-simple-rest

A simple silex skeleton for writing scalable rest api
PHP
336
star
6

codeigniter-html5boilerplate-twitter-bootstrap

DEPRECATED
PHP
195
star
7

react-kickstart

just another react + webpack boilerplate
JavaScript
186
star
8

markeye

A previewer for Markdown files
JavaScript
77
star
9

cimongo-codeigniter-mongodb-library

DEPRECATED
PHP
74
star
10

angular-fancy-modal

angular-fancy-modal - the definitive modal/popup/dialog solution for AngularJS.
JavaScript
62
star
11

brcast

Tiny data broadcaster with 0 dependencies
JavaScript
47
star
12

flux-immutable-example

A trivial example app with flux, flummox, react-router, webpack and Immutable.js
CSS
43
star
13

borgjs

📦 A tiny wrapper for BorgBackup to automate your backup workflow
JavaScript
31
star
14

fair-analytics-client-api

The Fair Analytics client API
JavaScript
20
star
15

angularjs-playground

A starting point for being up and running in minutes with angularJS.
JavaScript
16
star
16

rxhr

Tiny Observable based HTTP client for browsers
JavaScript
15
star
17

todoo

Todos for introverts
JavaScript
14
star
18

preact-glam

A tiny glamorous version for preact
JavaScript
11
star
19

widget

CSS
3
star
20

is-shallow-equal

shallowly compares two objects
JavaScript
3
star
21

datbox

peer-to-peer file sharing in your browser
JavaScript
1
star
22

site

my website
HTML
1
star