All Projects → digitalmoksha → Qlcommonmark

digitalmoksha / Qlcommonmark

Licence: mit
QuickLook generator for beautifully rendering CommonMark documents on macOS

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Qlcommonmark

Commonmarkattributedstring
Create NSAttributedStrings from Markdown Text
Stars: ✭ 382 (+961.11%)
Mutual labels:  markdown, commonmark
Comrak
CommonMark + GFM compatible Markdown parser and renderer
Stars: ✭ 444 (+1133.33%)
Mutual labels:  markdown, commonmark
Remark
remark is a popular tool that transforms markdown with plugins. These plugins can inspect and change your markup. You can use remark on the server, the client, CLIs, deno, etc.
Stars: ✭ 4,746 (+13083.33%)
Mutual labels:  markdown, commonmark
Lute
🎼 一款对中文语境优化的 Markdown 引擎,支持 Go 和 JavaScript。A structured Markdown engine that supports Go and JavaScript.
Stars: ✭ 222 (+516.67%)
Mutual labels:  markdown, commonmark
Turndown
🛏 An HTML to Markdown converter written in JavaScript
Stars: ✭ 5,991 (+16541.67%)
Mutual labels:  markdown, commonmark
Md4c
C Markdown parser. Fast. SAX-like interface. Compliant to CommonMark specification.
Stars: ✭ 322 (+794.44%)
Mutual labels:  markdown, commonmark
Django Markdown Editor
Awesome Django Markdown Editor, supported for Bootstrap & Semantic-UI
Stars: ✭ 423 (+1075%)
Mutual labels:  markdown, bootstrap
Markdownui
Render Markdown text in SwiftUI
Stars: ✭ 207 (+475%)
Mutual labels:  markdown, commonmark
Remarkable
Markdown parser, done right. Commonmark support, extensions, syntax plugins, high speed - all in one. Gulp and metalsmith plugins available. Used by Facebook, Docusaurus and many others! Use https://github.com/breakdance/breakdance for HTML-to-markdown conversion. Use https://github.com/jonschlinkert/markdown-toc to generate a table of contents.
Stars: ✭ 5,252 (+14488.89%)
Mutual labels:  markdown, commonmark
Beibq
基于flask开发类似gitbook的知识管理网站。 http://demo.beibq.cn
Stars: ✭ 480 (+1233.33%)
Mutual labels:  markdown, bootstrap
Markdownlint
A Node.js style checker and lint tool for Markdown/CommonMark files.
Stars: ✭ 2,828 (+7755.56%)
Mutual labels:  markdown, commonmark
Micromark
the smallest commonmark compliant markdown parser that exists; new basis for @unifiedjs (hundreds of projects w/ billions of downloads for dealing w/ content)
Stars: ✭ 793 (+2102.78%)
Mutual labels:  markdown, commonmark
Markdig
A fast, powerful, CommonMark compliant, extensible Markdown processor for .NET
Stars: ✭ 2,730 (+7483.33%)
Mutual labels:  markdown, commonmark
Markdown Writer Fx
Markdown Writer FX
Stars: ✭ 323 (+797.22%)
Mutual labels:  markdown, commonmark
Lute
🎼 一款结构化的 Markdown 引擎,支持 Go 和 JavaScript。
Stars: ✭ 211 (+486.11%)
Mutual labels:  markdown, commonmark
Breakdance
It's time for your markup to get down! HTML to markdown converter. Breakdance is a highly pluggable, flexible and easy to use.
Stars: ✭ 418 (+1061.11%)
Mutual labels:  markdown, commonmark
Jblog
🔱一个简洁漂亮的java blog 👉基于Spring /MVC+ Hibernate + MySQL + Bootstrap + freemarker. 实现 🌈
Stars: ✭ 187 (+419.44%)
Mutual labels:  markdown, bootstrap
Vditor
♏ 一款浏览器端的 Markdown 编辑器,支持所见即所得(富文本)、即时渲染(类似 Typora)和分屏预览模式。An In-browser Markdown editor, support WYSIWYG (Rich Text), Instant Rendering (Typora-like) and Split View modes.
Stars: ✭ 3,773 (+10380.56%)
Mutual labels:  markdown, commonmark
Awesome Markdown
📝 Delightful Markdown stuff.
Stars: ✭ 451 (+1152.78%)
Mutual labels:  markdown, commonmark
Marked
A markdown parser and compiler. Built for speed.
Stars: ✭ 26,556 (+73666.67%)
Mutual labels:  markdown, commonmark

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.

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