Markdown Link Copier

The Markdown Link Copier Bookmarklet instantly copies the current page as a properly formatted Markdown link.

With one click, this bookmarklet captures the page title and URL, formats it as [title](url), and copies it directly to your clipboard.

Perfect for writing documentation, taking notes, sharing links in Markdown-enabled platforms like GitHub, Reddit, or Obsidian.

javascript:!function(){const t="["+(document.title.trim()||"Untitled Page")+"]("+window.location.href+")";function e(t){const e=document.createElement("textarea");e.value=t,e.style.position="fixed",e.style.opacity="0",document.body.appendChild(e),e.select();try{document.execCommand("copy"),alert("Markdown link copied!\n\n"+t)}catch(e){alert("Failed to copy. Here is your link:\n\n"+t)}document.body.removeChild(e)}navigator.clipboard&&navigator.clipboard.writeText?navigator.clipboard.writeText(t).then((function(){alert("Markdown link copied!\n\n"+t)})).catch((function(){e(t)})):e(t)}();
Drag me to bookmark bar: 👉🏻 Markdown Link Copier

Features

How to Use

  1. Drag the button above to your bookmarks bar
  2. Navigate to any webpage
  3. Click the bookmarklet
  4. The Markdown link is copied to your clipboard
  5. Paste anywhere — GitHub, docs, notes, chat