Django Tags
Django Template tag switcher for Sublime Text
Details
Installs
- Total 12K
- Win 6K
- Mac 2K
- Linux 4K
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 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 3 | 1 | 1 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 3 |
Mac | 0 | 0 | 1 | 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 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 |
Readme
- Source
- raw.githubusercontent.com
Sublime Django Tags
Fork of eddorre/SublimeERB supporting Django template tags.
Note: Only tested on Sublime Text 3
Installation
Sublime Package Control
Use Sublime Package Control. Once you have Sublime Package control installed, you can install “SublimeDjangoTags” in a few easy steps.
Press CTRL + SHIFT + P
on Windows and Linux and CMD + SHIFT + P
on a Mac to bring up Sublime's Command Palette, then type install package
to bring up Package Control's package selector. It should be the first selection. Type “Django Tags,” which, again, should be the first selection, and then hit enter. You should now have the proper package installed, but you will still need to add a keybinding to use it.
Usage
Keybinding
Package includes default keybinding to ctrl+shift+.
. That means you can use ctrl+shift+.
to create and toggle between Django template tags.
You can also override the default binding and define your own shortcut by following the next example:
[
{ "keys": ["ctrl+shift+."], "command": "django_tag" }
]
NOTE: On a Mac use the command key for the ctrl key.
Sample
Copyright
SublimeDjangoTags is Copyright © 2018 Jeewes, released under the MIT License.