A Sublime Text 3 / 4 package which converts raw urls to html/markdown links. Titles of links are fetched through target web pages.
- HTML
- Markdown
- RestructuredText
- Custom format
You can run bulk url conversion with the following commands.
UrlConverter: Convert urls to html linksUrlConverter: Convert urls to markdown linksUrlConverter: Convert urls to RestructuredText linksUrlConverter: Convert urls to pathsUrlConverter: Convert urls to custom-formatted links
Select urls, open the command palette, and select one of the above commands.
{
"fallback_template": "{title}\n{url}",
"timeout": 10
}You can use a custom link format for the command. The default format is as shown below.
There are 2 tokens which can be used in the template: {title} and {url}.
Seconds the fetching process times out with.
Default: 10
Licensed under the MIT license.



