 | rajjan  says:You could use the mobile site in your web browser (you have to log in once in a while) and then add a bookmarklet with the following code:
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);})();
- 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 - let's you add all the meta info about a task (sorry, no notes) Posted 2 years ago |