Skip to content

gh640/SublimeUrlConverter

Repository files navigation

SublimeUrlConverter

A Sublime Text 3 / 4 package which converts raw urls to html/markdown links. Titles of links are fetched through target web pages.

Supported formats

  • HTML
  • Markdown
  • RestructuredText
  • Custom format

HTML

Screenshot for html

Markdown

Screenshot for markdown

RestructuredText

Screenshot for ResructuredText

Custom

Screenshot for custom format

Usage

Commands

You can run bulk url conversion with the following commands.

  • UrlConverter: Convert urls to html links
  • UrlConverter: Convert urls to markdown links
  • UrlConverter: Convert urls to RestructuredText links
  • UrlConverter: Convert urls to paths
  • UrlConverter: Convert urls to custom-formatted links

Select urls, open the command palette, and select one of the above commands.

Settings

{
  "fallback_template": "{title}\n{url}",
  "timeout": 10
}

fallback_template

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}.

timeout

Seconds the fetching process times out with.

Default: 10

License

Licensed under the MIT license.

About

๐ŸŒ A Sublime Text 3 / 4 package which converts raw urls to html/markdown links.

Topics

Resources

License

Stars

Watchers

Forks

Languages