mirror of
https://github.com/kneath/github_textmate_preview.git
synced 2026-01-10 15:27:53 -05:00
15 lines
660 B
Markdown
15 lines
660 B
Markdown
# GitHub Flavored TextMate Preview
|
|
|
|
This is a quick and dirty port of GitHub README styles to TextMate's preview window (used for styling Markdown previews).
|
|
|
|
It allows you to see READMEs as they will be styled in GitHub:
|
|
|
|

|
|
|
|
## Installation
|
|
|
|
These files need to live in `~/Library/Application Support/TextMate/Themes/WebPreview/github` To install quickly:
|
|
|
|
mkdir -p ~/Library/Application\ Support/TextMate/Themes/WebPreview
|
|
cd ~/Library/Application\ Support/TextMate/Themes/WebPreview
|
|
git clone git://github.com/kneath/github_textmate_preview.git github |