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