An open API service indexing awesome lists of open source software.

https://github.com/daiz/github-livemarkdown

A userscript that adds live Markdown preview to GitHub for comments/issues/etc.
https://github.com/daiz/github-livemarkdown

Last synced: 8 months ago
JSON representation

A userscript that adds live Markdown preview to GitHub for comments/issues/etc.

Awesome Lists containing this project

README

          

# Live Markdown for GitHub

**Live Markdown for GitHub** is a userscript that adds a live preview of your markdown text to comments, issues, etc. on GitHub.
It's enabled by default, updates in realtime and can be toggled on and off with a button in the text area.

![Demonstration](https://f.cloud.github.com/assets/3596343/523374/4fe1218a-c0b0-11e2-8b0a-82f0072ef3de.gif)

## Installation

1. Install a userscript implementation.
* **Chrome:** [Tampermonkey](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo)
* **Firefox:** [Greasemonkey](https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/)
* **Opera:** See [documentation.](http://www.opera.com/docs/userjs/) *(Untested)*
* **Safari:** [NinjaKit](https://github.com/os0x/NinjaKit) *(Untested)*
2. Download the userscript [**here.**](http://daiz.io/GitHub-LiveMarkdown/vendor/script.min.user.js)

You can also install the script to Chrome directly by saving the `.user.js` file to your hard drive and dragging & dropping it to your Extensions page.