loranallensmith / 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.

  • 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.

Setup

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

carthage update --platform mac

License

See LICENSE file.

Markoff was initially maintained and funded by thoughtbot, inc.

About

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

License:ISC License


Languages

Language:Swift 57.1%Language:CSS 21.7%Language:JavaScript 13.9%Language:HTML 3.8%Language:Ruby 3.5%