Skip to main content
Brian Cantoni

Bookmarklet: Copy Markdown Link

Here’s a simple bookmarklet that assembles the current browser page title and link into Markdown format.

To install, drag this link to your browser’s bookmark toolbar: [Copy Markdown Link](javascript:var%20text='['+document.title+']('+location.href+')';window.prompt().

If the above link doesn’t work, try the source code on GitHub:

And here’s a screenshot of the dialog that appears:

Screenshot of Copy Markdown Link Bookmarklet

Screenshot of Copy Markdown Link Bookmarklet

This bookmarklet is very minimal and should should work in all browsers.