8000 GitHub - vvavrychuk/PasteURL: A VSCode extension for pasting url in markdown-style.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

vvavrychuk/PasteURL

 
 

Repository files navigation

PasteURL

PasteURL is a simple extension that generating markdown-style link when pasting URL.

Features

When pasting, automatically converting URL to markdown style link.

For example, you have the below URL in your clipboard:

https://code.visualstudio.com

When pasting with Paste URL, you will get

[Visual Studio Code - Code Editing. Redefined](https://code.visualstudio.com)

One gif is worth a thousand words.

feature

Usage

  • Hit "Control + Alt + P" (Recommended)
  • Hit "Command + Shift + P" and then type Paste URL and hit enter.

Selection will be used as the title if possible.

You can change the default shortcut to whatever you like by editing the Code > Preferences > Keyboard Shortcuts (File > Preferences > Keyboard Shortcuts on Windows):

[
    {"key": "ctrl+alt+p", "command": "extension.pasteURL"}
]

Known Issues

  • Fetching title from some URLs may take longer than expected.

Source

GitHub

License

MIT

About

A VSCode extension for pasting url in markdown-style.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%
0