Kodery
Kodery for Sublime Text 2
Details
Installs
- Total 66
- Win 29
- Mac 29
- Linux 8
Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Kodery for Sublime Text
Note: This plugin is in the early stages of development and may be unstable or cause Sublime Text to be slow or crash entirely. You have been warned.
Install
Use Sublime Package Control – search for Kodery.
Or, clone the repository into your Sublime Packages folder, or download a zip. On OSX, that's ~/Library/Application Support/Sublime Text 2/Packages/
.
git clone https://github.com/phuu/sublime.kodery.git
Usage
To use the plugin, there's a few steps to take:
- Generate yourself an access token. Head to account.kodery.com and sign in. You'll see a token generation tool there. Name it something nice, like
Sublime Plugin
. - Tell Sublime about your token. Add some JSON to your Sublime Preferences (
cmd+,
on a Mac):
"kodery": {
"token": "6b3a55e0261b0304143f805a24924d0c1c44524821305f31d9277843b8a10f4e"
}
- Use the Sublime Command Palette to reload your snippets! Open it up (
cmd+shift+p
for me) and type “kodery reload”. You'll see it.
All being well, you'll see “Your Kodery snippets were reloaded” in the Sublime's status bar.
If you don't, and you get an error, tweet me.
Gotchas
Sublime supports a $
syntax for snippet replacement, which mean it'll try to replace your PHP variables and jQuery plugins. We're working on this, but, for now, stick a \
before the important $
signs in your snippets.
License
MIT