Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shime/livedown
Live Markdown previews for your favorite editor.
https://github.com/shime/livedown
javascript livedown markdown preview
Last synced: about 1 month ago
JSON representation
Live Markdown previews for your favorite editor.
- Host: GitHub
- URL: https://github.com/shime/livedown
- Owner: shime
- License: mit
- Created: 2014-11-21T21:49:13.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-08-12T08:53:41.000Z (over 2 years ago)
- Last Synced: 2024-09-28T15:21:40.345Z (about 2 months ago)
- Topics: javascript, livedown, markdown, preview
- Language: JavaScript
- Homepage:
- Size: 4.05 MB
- Stars: 764
- Watchers: 7
- Forks: 45
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Livedown
![](https://twobucks.co/assets/livedown.gif)
[![Build Status](https://travis-ci.org/shime/livedown.svg)](https://travis-ci.org/shime/livedown)
[![Downloads](https://img.shields.io/npm/dt/livedown.svg)](https://npmjs.org/package/livedown)Live markdown previews for your favorite editor.
* [Vim plugin](https://github.com/shime/vim-livedown)
* [Emacs plugin](https://github.com/shime/emacs-livedown)
* [Sublime plugin](https://github.com/shime/sublime-livedown)
* [Kakoune plugin](https://github.com/Delapouite/kakoune-livedown)## Features
* Emojis :sparkles: :smile: :tada:
* GitHub flavored clickable headings/permalinks
* GitHub flavored checkboxes
* Real-time instant previewAnd more!
## Installation
$ npm install -g livedown
## Usage
$ livedown --help
## Alternatives
* [vim-instant-markdown](https://github.com/suan/vim-instant-markdown)
* [octodown](https://github.com/ianks/octodown)
* [vmd](https://github.com/yoshuawuyts/vmd)
* [markdown-preview](https://github.com/yuanchuan/markdown-preview)
* [grip](https://github.com/joeyespo/grip)
* [gfms](https://github.com/youurayy/gfms)## License
MIT