Kenneth Reitz 2a510b4c17 documentation
2010-05-04 21:38:07 -04:00
2010-05-04 21:38:07 -04:00

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

Usage

#header > ul#nav > li.small*2 < p{Footer} expands to:

<div id="header">
    <ul id="nav">
        <li class="small"></li>
        <li class="small"></li>
    </ul>
    <p>Footer</p>
</div>

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

S
Description
No description provided
Readme 127 KiB
Languages
Python 100%