From b6f3fabbdb7641f04d0c16311b0b5cb210955e4f Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 4 May 2010 21:36:16 -0400 Subject: [PATCH] documentation --- Readme.mkd | 45 +++++++++++++++++++++++---------------------- 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/Readme.mkd b/Readme.mkd index 4f0edce..5a220da 100644 --- a/Readme.mkd +++ b/Readme.mkd @@ -3,28 +3,6 @@ kCode for TextMate Anyone who hasn't been living under a rock for the past 5 months has seen the ZenCoding project. The [Sparkup Bundle](http://github.com/rstacruz/sparkup) brought a lot more to the table then raw ZenCoding did. So, I took the best parts of both, and made the ultimate TextMate zen bundle. - -Installation ------------- - - mkdir -p ~/Library/Application\ Support/TextMate/Bundles - cd !$ - git clone git://github.com/kennethreitz/kCode.tmBundle.git - osascript -e 'tell app "TextMate" to reload bundles' - -Features --------- -* Sparkup / ZenCoding Expansion ( ⌘E ) -* HTML Tag Selection ( ⌘D ) -* HTML Tag Delete ( ⌘⇧⌫) -* Bundle Update via Git - -On the Horizon --------------- - -* Tabs -> Spaces Shortcut -* ?? - Usage ----- #header > ul > li < p{Footer} expands to: @@ -37,6 +15,29 @@ Usage

Footer

+ +Features +-------- +* Sparkup / ZenCoding Expansion ( ⌘E ) +* HTML Tag Selection ( ⌘D ) +* HTML Tag Delete ( ⌘⇧⌫) +* Bundle Update via Git + +On the Horizon +-------------- + +* Tabs -> Spaces Shortcut +* ?? + +Installation +------------ + + mkdir -p ~/Library/Application\ Support/TextMate/Bundles + cd !$ + git clone git://github.com/kennethreitz/kCode.tmBundle.git + osascript -e 'tell app "TextMate" to reload bundles' + + Special Thanks -------------- * [ZenCoding](http://code.google.com/p/zen-coding)