Icon Fonts (Legacy)
Sublime Text snippets for legacy icon fonts that were removed from the main package
Details
Installs
- Total 10K
- Win 7K
- Mac 1K
- Linux 2K
Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 0 | 1 | 3 | 0 | 1 | 0 | 2 | 0 | 2 | 0 | 2 | 0 | 2 | 2 | 6 | 2 | 0 | 2 | 2 | 1 | 0 | 1 | 0 | 1 | 0 | 1 | 3 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 1 | 1 | 1 | 2 | 1 | 3 | 3 | 0 | 1 | 1 |
Mac | 0 | 0 | 0 | 1 | 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 | 1 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 0 | 2 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 1 | 1 | 0 | 2 | 1 | 2 | 1 | 1 | 0 | 0 | 0 | 1 |
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 |
---|---|---|
brandico |
Brandico Font | – |
fi |
Foundation Icons v3 | 3.0 |
filetypes |
Glyphicons Filetypes | 1.9.0 |
fa |
Font Awesome | 4.7.0 |
foundico |
Foundation Icons | 1.0.0 |
geomicon |
Geomicons Open | 2.0.0 |
glyphicons |
Glyphicons Pro | 1.9.0 |
halflings |
Glyphicons Halflings | 1.9.0 |
icofont |
ShapeBootstrap IcoFont | 1.0.0b |
line |
Elegant Theme Line Icons | – |
social |
Glyphicons Social | 1.9.0 |
ratchicon |
Ratchicons | 2.0.2 |
ui |
Semantic UI Icons | 2.0.7 |
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.