All in the <head> – Ponderings and code by Drew McLellan –

Textile bookmarklet

If you’re using Textpattern like me, or even the stand-alone Textile editor, you may find this bookmarklet useful. It copies the title of the page and url – in Textile URL format – to the clipboard.
Ready to paste right into a Textile window. Exceptionally useful when blogging. It’s IEwin only, I’m afraid.

Add this to your favorites: javascript:void(window.clipboardData.setData('Text',unescape('%22')+'('+document.title+')'+unescape('%22')+':'+document.location))

Any feedback or suggested modifications, let me know.