Skip to content

c1495616js/paste-url-md

Repository files navigation

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.

Publish

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

References