Velkomen!  Norsk (Nynorsk) Language Switcher

Add Task Bookmarklet - A Variation

rossgoodman Pro 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

rajjan ProPower Poster says:

In order to access these fields you could use the mobile version of RTM, read more here: www.rememberthemilk.com/forums/tips/3133/ towards the end.

You will have to log in once but will remain logged in for several weeks at a time.

Posted at 7:55am on August 5, 2009

Log in to post a reply.