Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>paste-url-mdNew to Visual Studio Code? Get it now.
paste-url-md

paste-url-md

c1495616js

|
221 installs
| (0) | Free
Paste the link on markdown easier when select the test.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Paste URL to Markdown

Features

Hit ctrl+cmd+p

This extension is for easier to paste the url link on selected text in markdown file.

Usage

select the text.

copy the url

hit ctrl+cmd+p

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": "paste-url-md.pasteUrl" }]

Following extension guidelines

Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.

  • Extension Guidelines

Publish

  • add repository in package.json
{
  "repository": {
    "type": "git",
    "url": "https://github.com/npm/cli.git"
  }
}
  • add file LICENSE

  • https://code.visualstudio.com/api/working-with-extensions/publishing-extension

References

  • https://github.com/kukushi/PasteURL
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft