diff --git a/README.md b/README.md index 21d7040..bb40399 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,44 @@ -# Coda-Autocomplete-Pops +# Coda Autocomplete Pops -Collection of modified .codapop files \ No newline at end of file +## What's this thingie? + +This is modified version of original `.codapop` files which comes with Coda 2. Original Pops works only in CSS, LESS and SCSS modes. Actually, this modified version add support of Sass mode. So you can use all Autocomplete-Pops with your files opened in Sass mode. + +## What's this pops? + +Pops help you to easily change some CSS properties, like `border-radius`, `border-width`, CSS colors, `margin`, etc. + +![Color Pop][colorPop] + +## Install + +#### With git + +``` +cd /Applications/Coda\ 2.app/Contents/ +git clone https://github.com/sumaxime/Coda-Autocomplete-Pops.git temp +cp -r temp/* PlugIns && rm -rf temp +``` + +#### Without git + +``` +cd /Applications/Coda\ 2.app/Contents/ +curl -L https://github.com/sumaxime/Coda-Autocomplete-Pops/tarball/master | tar xz --strip 1 -C PlugIns +``` + +#### Manual + +1. [Download](https://github.com/sumaxime/Coda-Autocomplete-Pops/archive/master.zip) zip archive. +2. Unarchive it. +3. Go to Applications folder, right click on Coda 2.app and select "Show Package Contents", go to Contents folder. +4. Now just Copy & Paste all `.codapop` files from zip archive to PlugIns folder. + +## Changelog + +**Version 1.0** +- Added Sass mode support + + + +[colorPop]: http://i.imgur.com/yk9mZIA.png