Snipt Snippet Fetcher
Sublime Text 2 plugin that will fetch snippets from Snipt.net
Details
Installs
- Total 1K
- Win 912
- Mac 313
- Linux 146
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 | 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 |
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
Snipt Snippet Fetcher
Version 1.1
Description
Forked from Taecho/Sublime-Snipt
This Sublime Text 2 Plugin enables you to reach the snippets on Snipt.net * Browse and insert your own public and private snippets * Browse and insert your favorite snippets * Browse and insert public snippets from your friends (provide usernames in the settings) * Local cache for all snippets to improve access speed
Installation
Using Git
Go to your Sublime Text 2 Packages directory and clone the repository using the command below:
git clone https://github.com/SubZane/Sublime-Snipt.net
Download Manually
- Download the files using the GitHub .zip download option
- Unzip the files and rename the folder to
Snipt.net Snippet Fetcher
- Rename the folder to
Snipt.net Snippet Fetcher
(This is very important) - Copy the folder to your Sublime Text 2
Packages
directory
Settings
Find the settings file in the menu: Sublime Text2 ~> Preferences ~> Package Settings ~> Snipt.net Snippet Fetcher ~> Settings
* snipt_username
This is your username on Snipt.net
* snipt_apikey
This is your API key on Snipt.net
* snipt_other_users
This is a comma delimted list of other usernames. This enables you to access other users snippets.
How to use
- Launch the Command Palette using the menu (Tools->Command Palette…) or short key-command Shift+Cmd+P
- Find the prefix
Snipt Snippet Fetcher:
Snipt Snippet Fetcher: Cache All Snippets
will cache all snippets locally in a json file.Snipt Snippet Fetcher: Insert Private snippet
will use the cached json file to help you insert your private snippets. This function will cache if no cache found.Snipt Snippet Fetcher: Insert Favorite snippet
will use the cached json file to help you insert your favorite snippets. This function will cache if no cache found.Snipt Snippet Fetcher: Insert Public snippet
will use the cached json file to help you insert your public snippets. This function will cache if no cache found.Snipt Snippet Fetcher: Insert Other Users Snippets
will use the cached json file to help you insert a public snippet from another user. This function will cache if no cache found.
To-do's
- Ability to create new snippets
Authors
Twitter: Andreas Norman GitHub: SubZane