Skip to content

QuickLook generator for beautifully rendering CommonMark documents on macOS

License

Notifications You must be signed in to change notification settings

digitalmoksha/QLCommonMark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.