All Projects → djyde → Koy

djyde / Koy

Markdown previewer

Projects that are alternatives of or similar to Koy

Nextra
The Next.js Static Site Generator
Stars: ✭ 1,271 (+1223.96%)
Mutual labels:  markdown
Vim Gfm Syntax
GitHub Flavored Markdown syntax highlight extension for Vim
Stars: ✭ 91 (-5.21%)
Mutual labels:  markdown
Go Mygen
Quickly generate CURD and documentation for operating MYSQL.etc
Stars: ✭ 94 (-2.08%)
Mutual labels:  markdown
Trackmd
Tools for tracking changes in Markdown format within RStudio
Stars: ✭ 89 (-7.29%)
Mutual labels:  markdown
Html To Markdown
Convert HTML to Markdown with PHP
Stars: ✭ 1,293 (+1246.88%)
Mutual labels:  markdown
Django Hexo Matery
尝试用Django3重写的我的Hexo博客,使用的前端主题是 Matery。
Stars: ✭ 92 (-4.17%)
Mutual labels:  markdown
React Showdown
Render React components within markdown and markdown as React components!
Stars: ✭ 86 (-10.42%)
Mutual labels:  markdown
Batflat
Lightweight, fast and easy CMS for free. Bootstrap ready. https://batflat.org
Stars: ✭ 95 (-1.04%)
Mutual labels:  markdown
Chinese Copywriting Guidelines
Chinese copywriting guidelines for better written communication/中文文案排版指北
Stars: ✭ 10,648 (+10991.67%)
Mutual labels:  markdown
Remarks
Extract highlights, scribbles, and annotations from PDFs marked with the reMarkable tablet. Export to Markdown, PDF, PNG, and SVG
Stars: ✭ 94 (-2.08%)
Mutual labels:  markdown
Blog
基于Python Flask并支持Markdown语法的简易博客
Stars: ✭ 89 (-7.29%)
Mutual labels:  markdown
Science.md
An easy framework for drafting scientific documents: Write (Markdown), Compile (PDF, Word, HTML), Share.
Stars: ✭ 90 (-6.25%)
Mutual labels:  markdown
Balsa
This repository holds source code of Balsa, a self hosted, privacy focused knowledgebase.
Stars: ✭ 93 (-3.12%)
Mutual labels:  markdown
Gluedown
Wrap R vectors in markdown syntax
Stars: ✭ 88 (-8.33%)
Mutual labels:  markdown
Cli
A tiny CLI for HedgeDoc
Stars: ✭ 94 (-2.08%)
Mutual labels:  markdown
Rust Book Chinese
rust 程序设计语言 中文版
Stars: ✭ 1,280 (+1233.33%)
Mutual labels:  markdown
Adoc
📄🖊轻松的的 API MD文档编写工具
Stars: ✭ 92 (-4.17%)
Mutual labels:  markdown
Littlefoot
Footnotes without the footprint.
Stars: ✭ 95 (-1.04%)
Mutual labels:  markdown
Dataformsjs
🌟 DataFormsJS 🌟 A minimal JavaScript Framework and standalone React and Web Components for rapid development of high quality websites and single page applications.
Stars: ✭ 95 (-1.04%)
Mutual labels:  markdown
Mkdocs macros plugin
Create richer and more beautiful pages in MkDocs, by using variables and calls to macros in the markdown code.
Stars: ✭ 93 (-3.12%)
Mutual labels:  markdown

Koy

Koy is a markdown previewer powered by Carlo.

preview

Features

  • View README.md in current working directory by default.
  • Render markdown in GitHub style.
  • Live preview and automatic re-rendering of file changes.

Install

$ npm i koy -g

Usage

$ koy

# Or a specific file
$ koy some-file.md

# Or a README.md in Github repo
$ koy gh:djyde/koy

# Or stdin
$ curl -sL https://github.com/djyde/koy/raw/master/README.md | koy

# Or a README.md in NPM
$ koy npm:koy

License

MIT License

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