Quickly copy any web page's title and URL as a formatted [Title](URL) Markdown link without using browser extensions.
- Open Chrome settings by navigating to:
chrome://settings/searchEngines - Scroll down to the Site search section and click Add.
- Fill out the fields with the following details:
- Search engine:
Copy Markdown - Keyword:
cm(ormd) - URL with %s in place of query: Paste the exact code block below:
- Search engine:
javascript:window.prompt("Press Ctrl+C to copy Markdown link", '[' + document.title + '](' + document.location.href + ')');void(0);- Click Save.
- Navigate to any website you want to link.
- Click into your Chrome address bar (or press
Ctrl + L/Cmd + L). - Type
cmand press Enter. - A pop-up window will appear with your pre-formatted Markdown link already highlighted.
- Press
Ctrl + C(orCmd + C) to copy it, then click OK to close the window.