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.
- Host: GitHub
- URL: https://github.com/daiz/github-livemarkdown
- Owner: Daiz
- License: other
- Created: 2013-05-19T14:38:00.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-29T18:58:00.000Z (about 13 years ago)
- Last Synced: 2023-04-29T10:34:09.294Z (about 3 years ago)
- Language: JavaScript
- Size: 630 KB
- Stars: 23
- Watchers: 5
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

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