 | rajjan  says:You could make your own bookmarklet using this code (spaces inserted for clarity, remove if needed):
javascript:(function(){h='m.rememberthemilk.com';p='/add';if(window.getSelection) {t=window.getSelection();}else%20if(document.getSelection) {t=document.getSelection();}else%20if(document.selection) {t=document.selection.createRange().text;}; cp='http://'+h+p+'?name='+((null==t||t==""||t==undefined)?encodeURIComponent(document.title):t)+' &url='+encodeURIComponent(location.href); w=window.open(cp,'addwindow','status=no,toolbar=no,width=250,height=560,resizable=yes'); setTimeout(function(){w.focus();},500);})();
Some advantages over the Quick Add provided by RTM (RTM, feel free to copy ;-) - uses the mobile version of the UI (well, not really an advantage, but a necessary step) - uses browser's current URL in the new task's URL field - if you have selected text, uses that as the task name, otherwise it uses the Page Title Posted 7 months ago |