 | rossgoodman says:I have created a variation on the RTM supplied bookmarklet.
In the official one, http://www.rememberthemilk.com/help/answers/quickadd/ you highlight a date, click the button and it creates a task with the name of the task as the window name and the highlighted task as the date.
In my version, the due date is set to today and the task name is set to the highlighted text.
#(function(){h='www.rememberthemilk.com';p='/services/ext/addtask.rtm';if(window.getSelection){d=window.getSelection();}else%20if(document.getSelection){d=document.getSelection();}else%20if(document.selection){d=document.selection.createRange().text;};cp='http://'+h+p+'?d=today&t='+encodeURIComponent(d);w=window.open(cp,'addwindow','status=no,toolbar=no,width=475,height=260,resizable=yes');setTimeout(function(){w.focus();},%20500);})();
Question, what are the page parameters to set the default tags and lists?
On my work PC I'd like to hard code a default list.
Have fun
Ross Posted at 4:19pm on August 4, 2009 |