copy formatted links

here dwell a few javascript bookmarklets to help with making links.

copy as markdown:

Bookmarklet to copy current page title and url in Markdown format to clipboard, like title - Usual for posting links to resources in README.md files

if you want to copy to tiddlywiki, just modify a few lines:

var tw = '[[' + document.title + '|' + window.location.href + ']]';

copyToClipboard(tw);

how to use: