gsho / Markoff

A light-weight Markdown (CommonMark) previewer for OSX.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Markoff GitHub release Platform Platform

A light-weight CommonMark previewer for OSX.

Screenshot

  • Uses cmark, a C implementation of CommonMark, for parsing and rendering. This is a lot of faster than other existing Ruby and JavaScript solutions.
  • Allows you to select your default editor and open the previewed document in it by hitting Cmd+e, using the menu item, or clicking the toolbar button.
  • Uses highlight.js for syntax highlighting.
  • Detects YAML frontmatter and renders it as a special code block.
  • Auto-reloads the preview whenever the original file is saved. Depending on your editor, you might be able to set up auto-save to get an always up-to-date preview without manually saving.
  • Shows basic information such word and character count.

Download on the App Store

Setup

Make sure you have Carthage installed, then run in the project root:

carthage update --platform mac

License

See LICENSE file.

Markoff is maintained and funded by thoughtbot, inc. The names and logos for thoughtbot are trademarks of thoughtbot, inc.

thoughtbot

We can help you with OS X development, ReactiveCocoa, Swift, and more. Get in touch.

About

A light-weight Markdown (CommonMark) previewer for OSX.

License:ISC License


Languages

Language:Swift 57.5%Language:CSS 21.5%Language:JavaScript 13.8%Language:HTML 3.8%Language:Ruby 3.4%