digitalmoksha / QLCommonMark

QuickLook generator for beautifully rendering CommonMark documents on macOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QLCommonMark

Introduction

QLCommonMark is a QuickLook generator for CommonMark and Markdown files. It uses cmark to render the text, and Bootstrap to style it.

Installation

Download QLCommonMark.qlgenerator and copy it to your ~/Library/QuickLook or /Library/QuickLook folder. If the plugin is not picked up immediately, you may need to run qlmanage -r from the Terminal.

Homebrew

If you have Homebrew-Cask installed, you can install QLCommonMark with the following

$ brew update

$ brew cask install qlcommonmark

and uninstall using

$ brew cask uninstall qlcommonmark

Inspiration

This project was inspired by:

CommonMark Editor for macOS

Versatil Markdown is a CommonMark compliant Markdown editor for macOS, and incorporates QLCommonMark. You can check out a free trial on the Versatil Markdown website.

About

QuickLook generator for beautifully rendering CommonMark documents on macOS

License:MIT License


Languages

Language:C 72.8%Language:Objective-C 14.3%Language:CSS 8.5%Language:Mercury 4.4%