Skip to content

Instantly share code, notes, and snippets.

> Jack Mottram's Custom Quix Commands (Forked from Merlin Mann's - http://gist.github.com/290059)
> TITLE: mot-quix.txt
> GITHUB: http://gist.github.com/379326
> MORE: http://quixapp.com
@Jack Mottram's Custom Quix Commands
ml javascript:(function(s){try{s=document.selection.createRange().text}catch(_){s=document.getSelection()}prompt('Markdown%20Link','['+s+']('+location+')')})();void(0) Copy selected text as Markdown link
mt javascript:(function(s){try{s=document.selection.createRange().text}catch(_){s=document.getSelection()}prompt('Markdown%20Title','['+document.title+']('+location+')')})();void(0) Copy title as Markdown link
mu javascript:(function(s){try{s=document.selection.createRange().text}catch(_){s=document.getSelection()}prompt('Markdown%20URL','('+location+')')})();void(0) URL as markdown link
mc javascript:(function(s){try{s=document.selection.createRange().text}catch(_){s=document.getSelection()}prompt('Markdow