HyperlinkHelper
Quickly create hyperlinks from selected text or clipboard contents
Details
Installs
- Total 8K
- Win 4K
- Mac 3K
- Linux 647
Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | 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 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 3 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 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 |
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 | 1 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
ST Hyperlink Helper
a port of TextMate’s Hyperlink Helper bundle for Sublime Text (2 and 3)
What is this?
ST Hyperlink Helper is a collection of commands for the Sublime Text (2 and 3) text editor for Windows, OS X, and Linux. These commands make it super easy to insert hyperlinks into documents of various kinds using keyboard shortcuts.
Currently supported languages:
- HTML
- HTML in PHP
- HTML (Django)
- HTML (Rails)
- HTML5
- Markdown
- MultiMarkdown
- Textile
- LaTeX
- DokuWiki (once Sublime Text 2 has a DokuWiki language file added to it)
Currently offered commands:
- Link to Wikipedia Page for Selection
- Lookup with Google & Link (Ctrl+Alt+Shift+L, ⇧⌘L on Mac)
- Wrap Word / Selection as Link (Ctrl+Alt+L, ⇧L on Mac)
Note: You can also access these commands from the Command Palette (Ctrl+Shift+P, ⇧⌘P on Mac), which saves you having to remember the keyboard shortcuts.
Why is this needed?
Hyperlink Helper is one of the most popular features of TextMate a popular text editor for the Mac. In many ways, [Sublime Text 2][st2] is a superior editor to TextMate, but it lacks many of the convenience features that make TextMate so popular. This project is an effort to bring some of those features to Sublime Text 2.
How do I install this?
The easiest way to install is to use Package Control.
Download the code for this project and drop it into a subdirectory of Sublime Text 2’s Packages folder. You can get to the Packages folder by choosing Browse Packages… from Sublime Text’s Preferences menu.
Restart Sublime Text if it is running to ensure the hyperlink templates are loaded.
Project Status
This project is stable, but is an incomplete port. The available functionality works and works well, but there are features of the original TextMate bundle that still need to be brought over.