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