Files
kcode.tmbundle/Readme.mkd
T
Kenneth Reitz dde001160a documentation
2010-05-04 21:36:43 -04:00

45 lines
1.1 KiB
Markdown

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.
Usage
-----
`#header > ul > li < p{Footer}` expands to:
<!-- The < symbol goes back up the parent; i.e., the opposite of >. -->
<div id="header">
<ul>
<li></li>
</ul>
<p>Footer</p>
</div>
Features
--------
* Sparkup / ZenCoding Expansion ( &#x2318;E )
* HTML Tag Selection ( &#x2318;D )
* HTML Tag Delete ( &#x2318;&#x21E7;&#x232B;)
* 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)
* [Sparkup](http://github.com/rstacruz/sparkup)