Kodery
Kodery for Sublime Text 2
Details
Installs
- Total 69
- Win 31
- Mac 30
- Linux 8
Dec 26 | Dec 25 | Dec 24 | Dec 23 | Dec 22 | Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | Dec 6 | Dec 5 | Dec 4 | Dec 3 | Dec 2 | Dec 1 | Nov 30 | Nov 29 | Nov 28 | Nov 27 | Nov 26 | Nov 25 | Nov 24 | Nov 23 | Nov 22 | Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 1 | 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