All Projects → vesparny → Marky

vesparny / Marky

Licence: mit
A markdown editor built with Electron and React

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Marky

Toonote
小兔笔记:Markdown 内置数据 跨平台 加密存储
Stars: ✭ 247 (-30.42%)
Mutual labels:  markdown, osx, markdown-editor
Pine
A modern, native macOS markdown editor
Stars: ✭ 2,818 (+693.8%)
Mutual labels:  markdown, osx, markdown-editor
Beagle Im
XMPP client for macOS based on TigaseSwift XMPP library
Stars: ✭ 86 (-75.77%)
Mutual labels:  application, osx, app
rstpad
Standalone reStructuredText editor with live preview (native app)
Stars: ✭ 35 (-90.14%)
Mutual labels:  application, osx
Marcdown
👻 Lightweight realtime markdown viewer and editor - Simple, clean and beautiful https://liyasthomas.github.io/marcdown
Stars: ✭ 345 (-2.82%)
Mutual labels:  markdown, markdown-editor
Dropbox-Paper-Desktop
Unofficial Dropbox Paper app for OS X
Stars: ✭ 22 (-93.8%)
Mutual labels:  application, osx
Desktop
Go/HTML/CSS/JS Desktop application scaffold.
Stars: ✭ 109 (-69.3%)
Mutual labels:  application, app
Markdownediting
Powerful Markdown package for Sublime Text with better syntax understanding and good color schemes.
Stars: ✭ 2,976 (+738.31%)
Mutual labels:  markdown, markdown-editor
nimblenote
Simple keyboard-driven note taking application for macOS, Linux and Windows.
Stars: ✭ 31 (-91.27%)
Mutual labels:  application, app
Apostrophe
Mirror of
Stars: ✭ 272 (-23.38%)
Mutual labels:  markdown, markdown-editor
Markdown Preview Enhanced
One of the 'BEST' markdown preview extensions for Atom editor!
Stars: ✭ 3,478 (+879.72%)
Mutual labels:  markdown, markdown-editor
Quick Picture Viewer
🖼️ Lightweight, versatile desktop image viewer for Windows. The best replacement for the default Windows photo viewer.
Stars: ✭ 237 (-33.24%)
Mutual labels:  application, app
Swiftvalidators
String (and more) validation for iOS
Stars: ✭ 226 (-36.34%)
Mutual labels:  application, app
ToTheTop
🔝To the top - A small macOS application to help you scroll to the top.
Stars: ✭ 33 (-90.7%)
Mutual labels:  application, osx
Platypus
Create native Mac applications from command line scripts.
Stars: ✭ 1,893 (+433.24%)
Mutual labels:  application, osx
Livebot
An app that allows you to be inside a bot!
Stars: ✭ 271 (-23.66%)
Mutual labels:  application, app
Phodit
Phodal's markdown/ebook editor with MicroFrontend & Web Components
Stars: ✭ 301 (-15.21%)
Mutual labels:  markdown, markdown-editor
Macapps
分享个人收集的Mac的App,持续更新中...
Stars: ✭ 311 (-12.39%)
Mutual labels:  osx, app
Issues
Caret issues
Stars: ✭ 326 (-8.17%)
Mutual labels:  markdown, markdown-editor
Nanoleaf Desktop
A modern desktop application for the Nanoleaf Aurora and Canvas
Stars: ✭ 90 (-74.65%)
Mutual labels:  application, app


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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].