Icon Fonts (Legacy)
Sublime Text snippets for legacy icon fonts that were removed from the main package
Details
Installs
- Total 8K
- Win 6K
- Mac 824
- Linux 1K
Jan 25 | Jan 24 | Jan 23 | Jan 22 | Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | Jan 6 | Jan 5 | Jan 4 | Jan 3 | Jan 2 | Jan 1 | Dec 31 | Dec 30 | Dec 29 | Dec 28 | Dec 27 | 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 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 1 | 1 | 4 | 4 | 3 | 1 | 2 | 1 | 4 | 0 | 4 | 3 | 6 | 2 | 0 | 1 | 6 | 2 | 1 | 5 | 3 | 5 | 1 | 0 | 1 | 0 | 3 | 1 | 4 | 3 | 3 | 1 | 2 | 5 | 1 | 0 | 2 | 5 | 0 | 2 | 4 | 3 | 3 | 2 |
Mac | 0 | 0 | 0 | 2 | 0 | 3 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 |
Linux | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 2 | 0 | 1 | 0 | 1 | 0 | 1 | 1 | 0 | 0 | 1 | 1 | 1 | 1 | 0 | 1 | 1 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 1 | 3 | 0 | 1 | 0 | 3 | 1 | 2 | 1 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Icon Fonts (Legacy) for Sublime Text
Snippets for icon fonts that have been deprecated from the main Icon Fonts package (see details).
This package is also available for Atom and Visual Studio Code.
Installation
Package Control
- Make sure you already have Package Control installed
- Choose “Install Package” from the Command Palette (Super+Shift+P)
- Select “Icon Fonts (Legacy)” and press Enter
GitHub
- Change to your Sublime Text
Packages
directory - Clone repository
git clone https://github.com/idleberg/sublime-icon-fonts-legacy "Icon Fonts (Legacy)"
Usage
Snippets are limited to the text.html
scope, which might not be activated in your auto_complete_selector
user preferences by default. However, you can still force the completion popup to show by pressing Ctrl+Space.
Typing the class name of an icon will complete to a tag containing the icon's class.
Prefixes
Prefix | Icon Font | Version |
---|---|---|
fa |
Font Awesome | 4.7.0 |
filetypes |
Glyphicons Filetypes | 1.9.0 |
foundico |
Foundation Icons | 1.0.0 |
glyphicons |
Glyphicons Pro | 1.9.0 |
halflings |
Glyphicons Halflings | 1.9.0 |
line |
Elegant Theme Line Icons | – |
social |
Glyphicons Social | 1.9.0 |
Examples:
foundicon-checkmark
+Tab completes to<i class="foundicon-checkmark"></i>
glyphicons-check
+Tab completes to<span class="glyphicons glyphicons-check"></span>
- well, you get the idea
License
This work is licensed under the The MIT License.